1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-29 00:29:34 +00:00
CLK/.github/workflows/ccpp.yml

23 lines
341 B
YAML
Raw Normal View History

2019-11-14 18:53:24 +00:00
name: Build SDL/Ubuntu
2019-11-14 18:40:06 +00:00
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: sudo apt-get install libsdl2-dev scons
- name: Make
2019-11-14 18:40:06 +00:00
run: cd OSBindings/SDL; scons