Skip to content

Commit

Permalink
Add push github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mriffle committed Nov 8, 2021
1 parent ed47abf commit 9a031dc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Proxl Build CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run build in Docker container
uses: docker://mriffle/build-proxl:latest
with:
entrypoint: ant
args: -f ant__build_all_proxl.xml

0 comments on commit 9a031dc

Please sign in to comment.