1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

update ci

This commit is contained in:
Jeff Becker 2018-11-09 08:00:20 -05:00
parent d408b08889
commit f3c78e760b
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -19,14 +19,11 @@ build:linux:
- "lokinet"
build:windows:
image: ubuntu:latest
tags:
- windows
stage: build
before_script:
- apt update && apt install build-essential cmake mingw-w64 mingw-w64-tools
script:
- make windows STATIC_LINK=ON AVX2=OFF JSONRPC=OFF
- make STATIC_LINK=ON AVX2=OFF JSONRPC=OFF
artifacts:
paths:
- "lokinet.exe"