diff options
| author | hubmartin <hub.martin@gmail.com> | 2021-08-11 22:00:55 +0200 |
|---|---|---|
| committer | hubmartin <hub.martin@gmail.com> | 2021-08-11 22:00:55 +0200 |
| commit | 0d083a2beac118234f07dacee42f0925420abb42 (patch) | |
| tree | 14b23e3113b8cf60cf5fa47b4dadebf654181d88 /.devcontainer/build_app.sh | |
| parent | abd8f343e48bdfa1dc4c8604d843a5c2d8071bc0 (diff) | |
| parent | 643077341b14a52819cbaf02abbd5fb56cdeb802 (diff) | |
Merge branch 'develop' into pinmap
Diffstat (limited to '.devcontainer/build_app.sh')
| -rw-r--r-- | .devcontainer/build_app.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.devcontainer/build_app.sh b/.devcontainer/build_app.sh new file mode 100644 index 00000000..0f578cc6 --- /dev/null +++ b/.devcontainer/build_app.sh @@ -0,0 +1,2 @@ +#!/bin/bash +cmake --build /workspaces/Pinetime/build --config Release -- -j6 pinetime-app
\ No newline at end of file |
