Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Aug 22, 2023
1 parent 7793dec commit bf6d3c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 26 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,13 @@ install:
# - cd ..

script:
# output something every <10 minutes
- while sleep 9m; do echo "=====[ $SECONDS seconds still running ]====="; done &
- cd src
- ../run_long.sh python -m cibuildwheel --output-dir ../wheelhouse
- python -m cibuildwheel --output-dir ../wheelhouse
- cd ..
# terminate background sleep & print loop
- kill %1

deploy:
- provider: script
Expand Down
25 changes: 0 additions & 25 deletions run_long.sh

This file was deleted.

0 comments on commit bf6d3c4

Please sign in to comment.