Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Aug 31, 2024
1 parent d4790c8 commit 825f5eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,13 @@ before_install:
- if [ -d "${HOME}/buildx-cache/.buildx-cache-${POLICY}_${PLATFORM}" ]; then cp -rlf ${HOME}/buildx-cache/.buildx-cache-${POLICY}_${PLATFORM} ./; fi

install:
- docker version
- docker buildx version
- docker buildx create --name builder-manylinux --driver docker-container --use
- docker buildx inspect --bootstrap --builder builder-manylinux 2>&1 | tee /dev/null
- uptime
- nproc
- free
- cat /proc/cpuinfo
- docker version

script: |
BUILD_STATUS=success
Expand Down

0 comments on commit 825f5eb

Please sign in to comment.