Updated continuous integration.
This commit is contained in:
parent
45bfe20aa0
commit
7ef5382576
|
@ -15,10 +15,8 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: install
|
||||
run: sudo apt-get install -y libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libpango1.0-dev
|
||||
- name: autoconf
|
||||
run: autoreconf -vif
|
||||
- name: build locale
|
||||
run: cd locale && ./build.py && cd ..
|
||||
- name: autoconf and locale
|
||||
run: ./autogen.sh
|
||||
- name: configure
|
||||
run: ./configure
|
||||
- name: build
|
||||
|
|
|
@ -6,6 +6,9 @@ dist
|
|||
starfighter
|
||||
src/starfighter
|
||||
|
||||
# Dolphin .directory
|
||||
.directory
|
||||
|
||||
# Backups
|
||||
*~
|
||||
|
||||
|
|
Loading…
Reference in New Issue