1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-16 03:44:56 +02:00

.github/workflows/ci.yml: set FORCE_ANSI as build opts and remove USE_THREADS

This commit is contained in:
Henrik Hautakoski 2020-03-31 10:38:25 +02:00
parent ef93588211
commit 9c86841612

View file

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-16.04, ubuntu-18.04, macos-latest, windows-latest ]
build-opts: [ "-DUSE_THREADS=ON", "-DUSE_THREADS=OFF" ]
build-opts: [ "-DFORCE_ANSI=ON", "-DFORCE_ANSI=OFF" ]
name: ${{matrix.os}} (${{matrix.build-opts}})
runs-on: ${{matrix.os}}