forked from FoundKeyGang/FoundKey
Improve readability
This commit is contained in:
parent
72afef298b
commit
c7bc31c7b7
2 changed files with 8 additions and 8 deletions
|
@ -11,10 +11,10 @@ services:
|
|||
- redis-server
|
||||
|
||||
before_script:
|
||||
- "mkdir ./.config"
|
||||
- "cp ./.ci-files/default.yml ./.config"
|
||||
- "cp ./.ci-files/test.yml ./.config"
|
||||
- "npm run build"
|
||||
- mkdir ./.config
|
||||
- cp ./.ci-files/default.yml ./.config
|
||||
- cp ./.ci-files/test.yml ./.config
|
||||
- npm run build
|
||||
|
||||
env:
|
||||
- CXX=g++-4.8
|
||||
|
|
|
@ -31,10 +31,10 @@ init:
|
|||
- git config --global core.autocrlf false
|
||||
|
||||
before_test:
|
||||
- "mkdir .\\.config"
|
||||
- "copy .\\.ci-files\\default.yml .\\.config"
|
||||
- "copy .\\.ci-files\\test.yml .\\.config"
|
||||
- "npm run build"
|
||||
- mkdir .\.config
|
||||
- copy .\.ci-files\default.yml .\.config
|
||||
- copy .\.ci-files\test.yml .\.config
|
||||
- npm run build
|
||||
|
||||
test_script:
|
||||
- npm test
|
||||
|
|
Loading…
Reference in a new issue