update gitlab-ci

type fix
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-02-04 01:03:27 +04:00 committed by GitHub
parent 63bf2755ed
commit 78afa8ed54
1 changed files with 2 additions and 2 deletions

View File

@ -374,7 +374,7 @@ darwin:
- tags
- stable
- triggers
script:
script: |
- export COMMIT=$(git rev-parse HEAD)
- export PLATFORM=x86_64-apple-darwin
- cargo build -j 8 --features final --release #$CARGOFLAGS
@ -412,7 +412,7 @@ windows:
- tags
- stable
- triggers
script: |
script:
- set PLATFORM=x86_64-pc-windows-msvc
- set INCLUDE=C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include;C:\vs2015\VC\include;C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt
- set LIB=C:\vs2015\VC\lib;C:\Program Files (x86)\Windows Kits\10\Lib\10.0.10240.0\ucrt\x64