Skip to content

Commit

Permalink
start with workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Motiejus Jakštys committed Feb 7, 2024
1 parent 8c6c9a3 commit a2b6f76
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: test
on: [push]
jobs:
list-platforms:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- run: |
whoami
env
find
ci/list_toolchains_platforms

0 comments on commit a2b6f76

Please sign in to comment.