Update GitHub CI build

This commit is contained in:
Sergey Stepanov 2021-01-09 16:45:47 +03:00
parent 07b7479af2
commit 8a41c830bd
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B

View file

@ -71,9 +71,6 @@ jobs:
echo -e " 2\r\n 8\r\n " >> commands
./mesa/systemwidedeploy.cmd < ./commands
wget -q https://buildbot.libretro.com/nightly/windows/x86_64/latest/mupen64plus_next_libretro.dll.zip
"/c/Program Files/7-Zip/7z.exe" x mupen64plus_next_libretro.dll.zip -oassets/cores
make build
- name: Build Linux app
@ -108,14 +105,13 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: emulator-test-frames
path: _rendered/*.png
docker_build_check:
build_docker:
name: Build (docker)
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- name: Get the source
uses: actions/checkout@v2
- name: Try to build Docker image
run: docker build .
- uses: actions/checkout@v2
- run: docker build .