Commit 8478ca4 1 parent 981752f commit 8478ca4 Copy full SHA for 8478ca4
File tree 3 files changed +16
-9
lines changed
3 files changed +16
-9
lines changed Original file line number Diff line number Diff line change
1
+ name : CI (Linux)
2
+ on : [push, pull_request]
3
+ jobs :
4
+ build-linux :
5
+ runs-on : ubuntu-latest
6
+ steps :
7
+ - uses : actions/checkout@v2
8
+ - name : Install dependencies
9
+ run : |
10
+ sudo apt-get update -qq
11
+ sudo apt-get install -y libsdl1.2-dev libasound2-dev libpng-dev libz-dev
12
+ - name : configure
13
+ run : ./configure
14
+ - name : make
15
+ run : make
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
PCSX-ReARMed - yet another PCSX fork
2
2
====================================
3
3
4
- [ ![ Build Status ] ( https://travis-ci.org /notaz/pcsx_rearmed.svg?branch=master )] ( https://travis-ci.org/notaz/pcsx_rearmed )
4
+ ![ CI (Linux) ] ( https://github.com /notaz/pcsx_rearmed/workflows/CI%20(Linux)/badge.svg )
5
5
6
6
* see [ readme.txt] ( readme.txt ) for more complete documentation*
7
7
You can’t perform that action at this time.
0 commit comments