Configuration file and CI #4

Merged
bartfaik04 merged 29 commits from configuration into main 2025-06-07 15:33:06 +02:00
Showing only changes of commit a2058ce2d6 - Show all commits

View File

@@ -7,8 +7,8 @@ jobs:
build: build:
runs-on: ubuntu runs-on: ubuntu
steps: steps:
- name: Checkout code #- name: Checkout code
uses: actions/checkout@v3 # uses: actions/checkout@v3
- name: Install build tools - name: Install build tools
run: sudo apt update && sudo apt install -y build-essential zip run: sudo apt update && sudo apt install -y build-essential zip
@@ -27,8 +27,8 @@ jobs:
runs-on: ubuntu runs-on: ubuntu
needs: build needs: build
steps: steps:
- name: Checkout code #- name: Checkout code
uses: actions/checkout@v3 # uses: actions/checkout@v3
- name: Download compiled binary - name: Download compiled binary
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3