Skip to content

Commit

Permalink
Keep only mac for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bitlogik committed Jun 19, 2024
1 parent 1500076 commit 7cab47e
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/github-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,51 +10,6 @@ on:

jobs:

build_win:

runs-on: windows-2022

steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
architecture: 'x64'
- name: Build bin package
run: |
cd package
./Build-Windows.bat
- name: 'Archive windows bin (unsigned!)'
uses: actions/upload-artifact@v4
with:
name: windist-unsigned
path: |
dist/
build_linux:

runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
- name: Prepare Linux system
run: |
sudo apt update
sudo apt install -y xvfb curl libnotify4 libgtk-3-0 libsdl2-2.0-0 libsdl2-dev libpcsclite-dev
sudo apt install -y python3-venv python3-pip python3-pyscard
- name: Build bin package
run: |
xvfb-run --server-args='-screen 0, 1024x768x24' bash package/Build-Linux.sh
- name: 'Archive linux bin (unsigned!)'
uses: actions/upload-artifact@v4
with:
name: nuxdist-unsigned
path: |
dist/
build_mac:

runs-on: macos-13-large
Expand Down

0 comments on commit 7cab47e

Please sign in to comment.