Skip to content

Commit

Permalink
Renamed workflow and fixed commands
Browse files Browse the repository at this point in the history
  • Loading branch information
BeneSim committed Jan 25, 2020
1 parent e365866 commit 38688ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Compile
run: |
mkdir build
docker container run --rm -v $(pwd):/app -w /app/build docker.pkg.github.com/benesim/beneoverlay/gcc-windows:latest qmake ..
docker container run --rm -v $(pwd):/app -w /app/build docker.pkg.github.com/benesim/beneoverlay/gcc-windows:latest make
docker container run --rm -v $(pwd):/app -w /app/build docker.pkg.github.com/benesim/beneoverlay/gcc-windows:latest -c "qmake .."
docker container run --rm -v $(pwd):/app -w /app/build docker.pkg.github.com/benesim/beneoverlay/gcc-windows:latest -c make
echo ${{ github.ref }}
- name: Package
run: |
Expand Down

0 comments on commit 38688ea

Please sign in to comment.