CI update - take 3
This commit is contained in:
@@ -181,9 +181,8 @@ steps:
|
|||||||
displayName: 'Getting linux build dependencies'
|
displayName: 'Getting linux build dependencies'
|
||||||
|
|
||||||
- bash: |
|
- bash: |
|
||||||
cd sys/unix
|
sh sys/unix/setup.sh sys/unix/hints/linux.370
|
||||||
sh setup.sh hints/linux.370
|
pkg-config --list-all
|
||||||
cd ../..
|
|
||||||
make fetch-lua
|
make fetch-lua
|
||||||
make WANT_WIN_ALL=1 WANT_WIN_QT6=1 QT_SELECT=6 MOC=moc all
|
make WANT_WIN_ALL=1 WANT_WIN_QT6=1 QT_SELECT=6 MOC=moc all
|
||||||
condition: and(eq( variables['Agent.OS'], 'Linux' ), eq( variables.buildTarget, 'all'))
|
condition: and(eq( variables['Agent.OS'], 'Linux' ), eq( variables.buildTarget, 'all'))
|
||||||
|
|||||||
Reference in New Issue
Block a user