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

View File

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