File tree Expand file tree Collapse file tree 4 files changed +38
-5
lines changed Expand file tree Collapse file tree 4 files changed +38
-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+ branches : [ main ]
6+ workflow_dispatch :
7+
8+ jobs :
9+ build :
10+ runs-on : ubuntu-latest
11+ container :
12+ image : fozztexx/defoogi:1.4.2
13+
14+ steps :
15+ - name : Checkout this repository
16+ uses : actions/checkout@v4
17+ with :
18+ path : fn-lib
19+
20+ - name : Checkout CONFIG
21+ uses : actions/checkout@v4
22+ with :
23+ repository : FujiNetWIFI/fujinet-config
24+ path : fn-config
25+
26+ - name : Build fn-lib
27+ working-directory : fn-lib
28+ run : |
29+ make
30+
31+ - name : Compile CONFIG
32+ working-directory : fn-config
33+ run : |
34+ make FUJINET_LIB=$GITHUB_WORKSPACE/fn-lib/build
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