Skip to content

Commit

Permalink
Try circle ci 8
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Nov 22, 2024
1 parent 408eda1 commit d112335
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,16 @@ jobs:
image: ubuntu-2204:current
resource_class: arm.medium
steps:
- run: uname -a
- run: echo "Hello, Arm!"
- run: python -m pip install --upgrade setuptools
- run: python -m pip install aqtinstall
- 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: echo LSLSLSLSLLSLSLSLSLSLLS
- run: ls ~
- run: echo LSLSLSLSLLSLSLSLSLSLLS 222222222222222222
- run: ls ~/Qt
- run: RELEASE_VERSION=`node -p "'version='+require('./package').version"`
- run: echo $RELEASE_VERSION
- run: chmod +x src/qt-mkdir.sh
- run: src/qt-mkdir.sh ~/qt_tmp
- run: chmod +x src/qt-copy-linux.sh
- run: src/qt-copy-linux.sh ~/qt_tmp ~/Qt/gcc_arm64
- run: cd ~/qt_tmp
- run: tar -czf ../aarch64.gz *
- run: echo LSLSLSLSLLSLSLSLSLSLLS
- run: ls ~/Qt/6.8.0
- run: ls ~/project
- 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 *
- checkout
- run: ls
- run: ls ~
- run: ls ~/project
# - run: RELEASE_VERSION=`node -p "'version='+require('./package').version"`
# - run: echo $RELEASE_VERSION

0 comments on commit d112335

Please sign in to comment.