Merge branch 'main' into build-test

This commit is contained in:
coco875
2024-06-17 21:55:03 +02:00
committed by GitHub
2 changed files with 26 additions and 1 deletions

25
.github/workflows/makefile.yml vendored Normal file
View File

@@ -0,0 +1,25 @@
name: Make F3DEX3 Binary File.
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt install cmake build-essential
- name: Get armips
run: git clone --recursive https://github.com/Kingcom/armips.git ; cd armips ; mkdir build && cd build ; cmake -DCMAKE_BUILD_TYPE=Release .. ; cmake --build .
- name: Make The Binary
run: make -j ARMIPS=armips/build/armips

View File

@@ -210,4 +210,4 @@ clean:
@rm -rf $(ALL_OUTPUT_DIRS)
doc:
doxygen Doxyfile
doxygen Doxyfile