Skip to content

Commit

Permalink
Try circle ci 10
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Nov 22, 2024
1 parent 88735c5 commit 6a302df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
image: ubuntu-2204:current
resource_class: arm.medium
steps:
- run: cd ~
- run: python -m pip install setuptools aqtinstall
- run: python -m aqt install-qt --outputdir ~/Qt linux_arm64 desktop 6.8.0 linux_gcc_arm64
- run: ls ~/Qt/6.8.0
- checkout
- run: ls
- run: ls ~
- run: cd ~/project
- run: PKG_VERSION=`node -p "'version='+require('./package').version"`
- run: echo $PKG_VERSION
- run: chmod +x src/qt-mkdir.sh && src/qt-mkdir.sh ~/qt_tmp
- run: chmod +x src/qt-copy-linux.sh && src/qt-copy-linux.sh ~/qt_tmp ~/Qt/6.8.0/gcc_arm64
- run: cd ~/qt_tmp && tar -czf ../aarch64.gz *
- run: ls ~
# - run: RELEASE_VERSION=`node -p "'version='+require('./package').version"`
# - run: echo $RELEASE_VERSION
- run: cd ~
- run: ls

0 comments on commit 6a302df

Please sign in to comment.