disable windows in ci

This commit is contained in:
Jeff Becker 2018-11-09 08:26:50 -05:00
parent 996193aa6a
commit 4dc12aaba3
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 9 additions and 9 deletions

View File

@ -18,12 +18,12 @@ build:linux:
paths:
- "lokinet"
build:windows:
tags:
- windows
stage: build
script:
- make STATIC_LINK=ON AVX2=OFF JSONRPC=OFF CC=gcc CXX=g++
artifacts:
paths:
- "lokinet.exe"
#build:windows:
# tags:
# - windows
# stage: build
# script:
# - make STATIC_LINK=ON AVX2=OFF JSONRPC=OFF CC=gcc CXX=g++
# artifacts:
# paths:
# - "lokinet.exe"