build: changed jobs from 2 to 1 on the windows build runner

This commit is contained in:
jcktm 2018-08-15 16:42:31 +10:00
parent 3b8f5f153c
commit 3cb2400920
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ build:windows:
stage: build
script:
- cat /proc/version
- make -j2 release-static-win64
- make release-static-win64
artifacts:
paths:
- "build/release/bin"