Skip to content

Commit

Permalink
Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
massimo-nocentini committed Mar 21, 2024
1 parent 59f9292 commit b267b1b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Continuous integration
on: [push]
jobs:
linux-ubuntu:
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -10,7 +10,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: ubuntu-artifacts
name: ubuntu
path: artifacts

windows:
Expand All @@ -30,7 +30,6 @@ jobs:
- uses: actions/checkout@v4
- shell: msys2 {0}
run: |
ls
cd src
mingw32-make mingw
- shell: msys2 {0}
Expand All @@ -39,6 +38,6 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: windows-artifacts
name: windows
path: artifacts

0 comments on commit b267b1b

Please sign in to comment.