Skip to content

Commit

Permalink
Github Action: run assamble synapps
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Feb 22, 2024
1 parent 3937df6 commit 6958d2a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
os: ['ubuntu-latest']
steps:

- name: test
run: pwd; ls -la
- name: Check out epics
uses: actions/checkout@v4
with:
Expand All @@ -42,8 +40,12 @@ jobs:
- name: Build EPICS
run: |
pwd
cd epics/base
ls -la
make distclean
make
- name: Build synApps
run: |
cd ..
pwd
echo "HOME: '$HOME'"
./assemble_synApps/assemble_synApps -h

0 comments on commit 6958d2a

Please sign in to comment.