Enabling windows CI

This commit is contained in:
Zoe Roux
2021-04-15 23:15:45 +02:00
parent d0166fcf8d
commit 1c4e0343f3
3 changed files with 10 additions and 4 deletions
+5 -3
View File
@@ -15,9 +15,9 @@ jobs:
- os: ubuntu-16.04 # We are using an old version of ubuntu to have an old libc version (forward compatibility exist but not backward)
runtime: linux-x64
artifact: linux
# - os: windows-latest
# runtime: win-x64
# artifact: windows
- os: windows-latest
runtime: win-x64
artifact: windows
- os: macOS-latest
runtime: osx-x64
artifact: macos
@@ -37,6 +37,8 @@ jobs:
elif [[ "${{runner.os}}" == "macOS" ]]; then
brew install ffmpeg
else
sudo add-apt-repository ppa:jonathonf/ffmpeg-4
sudo apt-get upgrade
sudo apt-get install -y libavutil-dev libavcodec-dev libavformat-dev
fi
- name: Build the app