-
-
Notifications
You must be signed in to change notification settings - Fork 6
39 lines (34 loc) · 660 Bytes
/
build.yml
File metadata and controls
39 lines (34 loc) · 660 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: Build
on:
push:
pull_request:
env:
GO: 1.20.7
jobs:
build:
name: "scons"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Install dependencies
run: |
sudo apt-get update && \
sudo apt-get install \
scons \
mesa-common-dev \
libalut-dev \
libopenal-dev \
libvorbis-dev \
libsdl2-dev \
libice-dev \
libsm-dev \
libx11-dev \
libxext-dev \
libxmu-dev \
libxpm-dev \
libglu1-mesa-dev \
libgtk-3-dev
- name: "Run scons"
run: scons