mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-01 21:02:39 +08:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
0bc1f31c7e
commit
c2f0695246
@ -15,8 +15,9 @@ jobs:
|
||||
steps:
|
||||
- script: |
|
||||
sudo yum -y update
|
||||
sudo yum -y install epel-release boost-static git libXtst-devel qt5-qtbase-devel qt5-qtdeclarative-devel libcurl-devel openssl-devel avahi-compat-libdns_sd-devel autoconf automake gcc gcc-c++ make rpm-build redhat-rpm-config rpm-sign
|
||||
sudo yum -y install cmake3 #This must be installed seperatly otherwise yum cant find it for some reason
|
||||
sudo yum -y groupinstall "Development Tools"
|
||||
sudo yum -y install epel-release boost-static git libXtst-devel qt5-qtbase-devel qt5-qtdeclarative-devel libcurl-devel openssl-devel avahi-compat-libdns_sd-devel
|
||||
sudo yum -y install cmake3 #for some reason this needs to be seperate otherwise it wont install
|
||||
displayName: 'Install Pakages'
|
||||
|
||||
- script: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user