Skip to content

Commit

Permalink
Run binaries inside dev container for validation
Browse files Browse the repository at this point in the history
  • Loading branch information
freitas-renato committed Oct 31, 2023
1 parent 27a4247 commit 02526ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:

- name: Build binaries for ${{ matrix.architecture }}
run: docker run -v $PWD/mosh:/mosh -w /mosh --name=builder builder sh -c './autogen.sh && LDFLAGS=-static ./configure && make'

- name: Test run mosh-server
run: docker run -v $PWD/mosh:/mosh -w /mosh/src/frontend builder sh -c 'chmod +x mosh-server && ./mosh-server'

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 02526ea

Please sign in to comment.