Skip to content

Commit

Permalink
Sample make workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marianabuhazi committed Mar 26, 2024
1 parent 3001716 commit 077c68e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/make-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Make Test
on: workflow_dispatch
jobs:
example-job:
runs-on: self-hosted
steps:
- name: Navigate to directory
run: cd ~/esp/socs/xilinx-vc707-xc7vx485t
run: echo "Navigated to proper directory."
- name: Run behavioral simulation
run: make cholesky_stratus-sim

0 comments on commit 077c68e

Please sign in to comment.