Fix yasm not being found in CI builds

This commit is contained in:
Zeex 2018-09-01 01:00:11 +06:00
parent 2bb331b968
commit ff782006b4
2 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,7 @@ env:
install:
- sudo apt-get update -qq
- sudo apt-get install -y cmake gcc-multilib g++-multilib
- sudo apt-get install -y cmake gcc-multilib g++-multilib yasm
before_script:
- cmake . -DCMAKE_C_COMPILER=${CC}

View File

@ -10,6 +10,9 @@ configuration:
environment:
CTEST_OUTPUT_ON_FAILURE: ON
install:
- choco install -y yasm
before_build:
- cmake .