Compile with unarr in Ubuntu for now

This commit is contained in:
Luis Ángel San Martín 2019-08-15 20:40:38 +02:00
parent 1f159e8c51
commit 9797051a36

View File

@ -18,7 +18,7 @@ jobs:
libqt5opengl5-dev libglu1-mesa-dev libunarr-dev qtdeclarative5-dev
displayName: 'Install dependencies'
- script: |
qmake CONFIG+="7zip"
qmake CONFIG+="unarr"
make
displayName: 'Build'
- job: MacOS