File tree Expand file tree Collapse file tree 4 files changed +34
-5
lines changed Expand file tree Collapse file tree 4 files changed +34
-5
lines changed Original file line number Diff line number Diff line change 1+ name : Verify CONFIG compiles
2+
3+ on :
4+ pull_request :
5+ workflow_dispatch :
6+
7+ jobs :
8+ build :
9+ runs-on : ubuntu-latest
10+ container :
11+ image : fozztexx/defoogi:1.4.2
12+
13+ steps :
14+ - name : Checkout this repository
15+ uses : actions/checkout@v4
16+ with :
17+ path : fn-lib
18+
19+ - name : Checkout other repository
20+ uses : actions/checkout@v4
21+ with :
22+ repository : https://github.com/FujiNetWIFI/fujinet-config.git
23+ path : fn-config
24+
25+ - name : Set up build environment
26+
27+ - name : Compile CONFIG
28+ working-directory : fn-config
29+ run : |
30+ make FUJINET_LIB=$GITHUB_WORKSPACE/fn-lib
Original file line number Diff line number Diff line change 99Makefile.options
1010
1111_temp
12- * .err
12+ * .err
13+ * ~
14+ * .orig
15+ * .rej
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments