We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c59d6 commit f620b40Copy full SHA for f620b40
1 file changed
.github/workflows/build.yml
@@ -3,27 +3,16 @@ name: Build x86 emulator
3
on: [push,pull_request]
4
5
jobs:
6
- strategy:
7
- matrix:
8
- config:
9
- - name: linux
10
- os: ubuntu-latest
11
- - name: maxos
12
- os: macos-latest
13
build1:
14
name: Build x86 emulator on Linux
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v2
18
- uses: libsdl-org/setup-sdl@main
19
- if: runner.os == 'Linux'
20
id: sdl
21
with:
22
install-linux-dependencies: true
23
version: 2.30.9
24
- - name: brew install
25
- if: runner.os == 'macOS'
26
- run: brew install -q sdl2
27
- name: Generate build system
28
run: cmake .
29
- name: Build
0 commit comments