Skip to content

Commit

Permalink
Try circle ci 3
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Nov 22, 2024
1 parent c94d711 commit 237a9df
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,17 @@ orbs:
workflows:
pack-qt-libs:
jobs:
- build
- pack-qt

jobs:
build:
executor: linux
pack-qt:
machine:
image: ubuntu-2204:2023.07.1
executor: node/default
resource_class: arm.medium
steps:
- checkout
- node/install:
node-version: 22.9.0
install-yarn: false
- node/install-packages:
pkg-manager: npm
- run: python -m pip install --upgrade pip setuptools
- run: python -m pip install aqtinstall
# python -m pip install pyqt5-sip
# python -m pip install pyqt5 --config-settings --confirm-license= --verbose
# python -m pip install "anki == 24.06.3"
# python -m pip install "aqt == 24.6.3"
# python -m pip install "aqt == 24.6.3"
- run: aqt install-qt --outputdir ~/Qt linux_arm64 desktop 6.8.0 linux_gcc_arm64
- run: echo LSLSLSLSLLSLSLSLSLSLLS
- run: ls ~
Expand All @@ -40,3 +31,5 @@ jobs:
- 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 ~

0 comments on commit 237a9df

Please sign in to comment.