Updated continuous integration.
This commit is contained in:
parent
45bfe20aa0
commit
7ef5382576
|
@ -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
|
||||||
|
|
|
@ -6,6 +6,9 @@ dist
|
||||||
starfighter
|
starfighter
|
||||||
src/starfighter
|
src/starfighter
|
||||||
|
|
||||||
|
# Dolphin .directory
|
||||||
|
.directory
|
||||||
|
|
||||||
# Backups
|
# Backups
|
||||||
*~
|
*~
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue