Skip to content
Snippets Groups Projects
Commit c7bc31c7 authored by syuilo's avatar syuilo
Browse files

Improve readability

parent 72afef29
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment