File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 - name : Build
6767 run : |
6868 cd $TAR_DIR
69- make build-ci -j2 V=1
69+ make build-ci -j2 V=1 CONFIG_FLAGS="--ninja"
7070 - name : Test
7171 run : |
7272 cd $TAR_DIR
Original file line number Diff line number Diff line change 2525 CC : clang
2626 CXX : clang++
2727 LINK : clang++
28- CONFIG_FLAGS : --enable-asan
28+ CONFIG_FLAGS : --enable-asan --ninja
2929 steps :
3030 - uses : actions/checkout@v2
3131 - name : Set up Python ${{ env.PYTHON_VERSION }}
Original file line number Diff line number Diff line change 2626 - name : Environment Information
2727 run : npx envinfo
2828 - name : Build
29- run : make build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn"
29+ run : make build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn --ninja "
3030 - name : Test
3131 run : make run-ci -j2 V=1 TEST_CI_ARGS="-p actions"
Original file line number Diff line number Diff line change 2626 - name : Environment Information
2727 run : npx envinfo
2828 - name : Build
29- run : make build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn"
29+ run : make build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn --ninja "
3030 - name : Test
3131 run : make run-ci -j2 V=1 TEST_CI_ARGS="-p actions"
You can’t perform that action at this time.
0 commit comments