From 88735c56525dab75d5c4d69a5d6ff8398ce3171c Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Fri, 22 Nov 2024 15:23:07 +0400 Subject: [PATCH] Try circle ci 9 --- .circleci/config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5fbb225..e75e4a7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,13 +14,12 @@ jobs: - 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 - - run: ls ~/project + - checkout + - run: ls + - run: ls ~ - 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