mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 19:49:19 +02:00
update CI to ubuntu 20.04
This commit is contained in:
@@ -22,17 +22,14 @@ jobs:
|
|||||||
artifactName: shaders
|
artifactName: shaders
|
||||||
displayName: 'Publish shaders'
|
displayName: 'Publish shaders'
|
||||||
|
|
||||||
- job: ubuntu1804
|
- job: ubuntu2004
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'Ubuntu-18.04'
|
vmImage: 'Ubuntu-20.04'
|
||||||
displayName: 'Ubuntu 18.04 x86-64'
|
displayName: 'Ubuntu 20.04 x86-64'
|
||||||
steps:
|
steps:
|
||||||
- script: |
|
- script: |
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
sudo apt-get install -y libglfw3-dev python2.7-dev libpng-dev libopenal-dev libluajit-5.1-dev libserialport-dev libsndfile1-dev
|
sudo apt-get install -y libglfw3-dev python2.7-dev libpng-dev libopenal-dev libluajit-5.1-dev libserialport-dev libsndfile1-dev
|
||||||
sudo apt-get install -y gcc-8 g++-8
|
|
||||||
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 100
|
|
||||||
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 100
|
|
||||||
cd ref
|
cd ref
|
||||||
git clone "https://github.com/chriskohlhoff/asio" --depth 1 --branch asio-1-12-2 -q
|
git clone "https://github.com/chriskohlhoff/asio" --depth 1 --branch asio-1-12-2 -q
|
||||||
displayName: 'Install dependencies'
|
displayName: 'Install dependencies'
|
||||||
|
|||||||
Reference in New Issue
Block a user