Skip to content

Commit

Permalink
Add CI main.
Browse files Browse the repository at this point in the history
  • Loading branch information
ypodlesov committed Apr 13, 2024
1 parent 5b02b67 commit 8a92765
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
jobs:
Test:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v4
- name: Run a multi-line script
run: |
mkdir build
cd build
cmake ..
make test_qr_decomposition
./test_qr_decomposition

0 comments on commit 8a92765

Please sign in to comment.