Updated continuous integration.

This commit is contained in:
Layla Marchant 2020-04-02 13:26:55 -04:00
parent 45bfe20aa0
commit 7ef5382576
2 changed files with 5 additions and 4 deletions

View File

@ -15,10 +15,8 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: install - name: install
run: sudo apt-get install -y libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libpango1.0-dev run: sudo apt-get install -y libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libpango1.0-dev
- name: autoconf - name: autoconf and locale
run: autoreconf -vif run: ./autogen.sh
- name: build locale
run: cd locale && ./build.py && cd ..
- name: configure - name: configure
run: ./configure run: ./configure
- name: build - name: build

3
.gitignore vendored
View File

@ -6,6 +6,9 @@ dist
starfighter starfighter
src/starfighter src/starfighter
# Dolphin .directory
.directory
# Backups # Backups
*~ *~