Skip to content

Commit

Permalink
Removed build script
Browse files Browse the repository at this point in the history
  • Loading branch information
olapiv committed Nov 4, 2024
1 parent 51b0625 commit 1170513
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
tail -f /dev/null
- name: Build Pink
run: docker exec -i $CONTAINER_NAME bash -c "cd pink && ./build.sh"
run: docker exec -i $CONTAINER_NAME bash -c "cd pink && make"

- name: Run SQL scripts
run: |
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ compiler:
language: cpp

script:
- cd pink && ./build.sh
- cd pink && make
15 changes: 0 additions & 15 deletions pink/build.sh

This file was deleted.

0 comments on commit 1170513

Please sign in to comment.