Skip to content

Commit

Permalink
Rewrite the build script in Bash. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhuighuy authored Dec 15, 2023
1 parent 4f35130 commit 2335edb
Show file tree
Hide file tree
Showing 5 changed files with 249 additions and 257 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
run: |
build-wrapper-linux-x86-64 \
--out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} \
build/build.py \
./build/build.sh \
--compiler=${{ matrix.compiler }} \
--config=${{ matrix.configuration }} \
--test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Build and test
run: |
# Build and test
build/build.py \
./build/build.sh \
--compiler=${{ matrix.compiler }} \
--config=${{ matrix.configuration }} \
--test
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
- name: Build and test
run: |
# Build and test
build/build.py \
./build/build.sh \
--compiler=${{ matrix.compiler }} \
--config=${{ matrix.configuration }} \
--test
Expand Down
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"[cpp]": {
"editor.defaultFormatter": "xaver.clang-format"
},
"flake8.args": [
"max-line-length=80"
],
"cmake.configureOnOpen": false,
"editor.formatOnSave": true,
"editor.tabSize": 2,
Expand Down
251 changes: 0 additions & 251 deletions build/build.py

This file was deleted.

Loading

0 comments on commit 2335edb

Please sign in to comment.