diff options
| author | Lee Lup Yuen <luppy@appkaki.com> | 2020-07-22 03:15:15 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-22 03:15:15 (GMT) |
| commit | 60eb0ac18179bd3b442ecc8558d77c263f2ebc1a (patch) | |
| tree | fa40082a75ae22ee7d5d65747cab4a1ff09900b1 /.github/workflows/c-cpp.yml | |
| parent | ea45300e88497018b4405b883609b0ca5b81f1ac (diff) | |
Build OK yay! Removed trace
Diffstat (limited to '.github/workflows/c-cpp.yml')
| -rw-r--r-- | .github/workflows/c-cpp.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 6f513cc..81a1c48 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -63,9 +63,9 @@ jobs: - name: CMake run: mkdir -p build && cd build && cmake -DARM_NONE_EABI_TOOLCHAIN_PATH=${{ runner.temp }}/arm-none-eabi -DNRF5_SDK_PATH=${{ runner.temp }}/nrf5_sdk -DUSE_OPENOCD=1 ../ - # For debugging builds, remove the "-j" option for clearer output - name: Make - run: cd build && make --trace pinetime-app + # For debugging builds, remove option "-j" for clearer output. Add "--trace" to see details. + run: cd build && make pinetime-app - name: Upload built firmware uses: actions/upload-artifact@v2 |
