@@ -43,35 +43,35 @@ jobs:
43
43
# - name: Run tests
44
44
# run: pytest tests/
45
45
46
- linux-cd :
47
- name : Linux CD
48
- runs-on : ubuntu-latest
49
- steps :
50
-
51
- - name : Set up Python 3.12
52
-
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
-
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
+
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
+
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
75
75
76
76
# macos:
77
77
0 commit comments