Skip to content

Commit 1b61a91

Browse files
committed
disable Linux CD for now
1 parent 274c196 commit 1b61a91

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

.github/workflows/cd.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -43,35 +43,35 @@ jobs:
4343
# - name: Run tests
4444
# run: pytest tests/
4545

46-
linux-cd:
47-
name: Linux CD
48-
runs-on: ubuntu-latest
49-
steps:
50-
- uses: actions/[email protected]
51-
- name: Set up Python 3.12
52-
uses: actions/[email protected]
53-
with:
54-
python-version: "3.12"
55-
- name: Install dependencies
56-
run: |
57-
sudo apt-get update
58-
sudo apt-get install -y freeglut3-dev
59-
python -m pip install --upgrade pip
60-
pip install -r requirements-cd.txt
61-
- name: Lint with flake8
62-
run: python -m flake8 ./src ./tests --count --show-source --statistics
63-
- name: Run tests
64-
run: python -m pytest tests/
65-
- name: Run cx_freeze
66-
run: python setup.py bdist_appimage
67-
- name: Upload cx_freeze appimage
68-
uses: actions/[email protected]
69-
with:
70-
name: Drill-linux.appimage
71-
path: build/*.appimage
72-
if-no-files-found: error
73-
retention-days: 7
74-
compression-level: 9
46+
# linux-cd:
47+
# name: Linux CD
48+
# runs-on: ubuntu-latest
49+
# steps:
50+
# - uses: actions/[email protected]
51+
# - name: Set up Python 3.12
52+
# uses: actions/[email protected]
53+
# with:
54+
# python-version: "3.12"
55+
# - name: Install dependencies
56+
# run: |
57+
# sudo apt-get update
58+
# sudo apt-get install -y freeglut3-dev
59+
# python -m pip install --upgrade pip
60+
# pip install -r requirements-cd.txt
61+
# - name: Lint with flake8
62+
# run: python -m flake8 ./src ./tests --count --show-source --statistics
63+
# - name: Run tests
64+
# run: python -m pytest tests/
65+
# - name: Run cx_freeze
66+
# run: python setup.py bdist_appimage
67+
# - name: Upload cx_freeze appimage
68+
# uses: actions/[email protected]
69+
# with:
70+
# name: Drill-linux.appimage
71+
# path: build/*.appimage
72+
# if-no-files-found: error
73+
# retention-days: 7
74+
# compression-level: 9
7575

7676
# macos:
7777

0 commit comments

Comments
 (0)