diff options
| author | Niall Cooling <niall.cooling@gmail.com> | 2021-03-26 17:37:01 (GMT) |
|---|---|---|
| committer | Tim Keller <geekboy1011@gmail.com> | 2021-08-07 17:18:18 (GMT) |
| commit | c0b84537b35fd358e929962a962c53e50019079e (patch) | |
| tree | 85d2254245ddb14eb6a67f9cab5cdfa3fcbe2f6a /.devcontainer/build_app.sh | |
| parent | c50f2b70c23ff36de8f290ab0e4408be7eeed62c (diff) | |
added extra .sh build files
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 0000000..0f578cc --- /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 |
