diff --git a/.circleci/config.yml b/.circleci/config.yml index e1bed39..8bb70bb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,15 +11,12 @@ 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: cd ~ && python -m aqt install-qt --outputdir ~/Qt linux_arm64 desktop 6.8.0 linux_gcc_arm64 - checkout - - 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: cd ~ - - run: ls + - run: ls ~