Skip to content

Commit

Permalink
add workflow_dispatch target to CI files
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Apr 20, 2023
1 parent 160ee13 commit d3f574d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/mulle-sde-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: [push]
on: [push,workflow_dispatch]

env:
BUILD_TYPE: release
Expand All @@ -26,12 +26,10 @@ jobs:
- name: Dump Environment
run: env | sort

- uses: actions/checkout@v2

- uses: actions/checkout@v3

- uses: mulle-sde/github-ci@v1


- name: Dump Project Environment
run: |
[ ! -d .mulle/etc/env ] || ls -l .mulle/etc/env/environment*.sh
Expand All @@ -43,11 +41,6 @@ jobs:
- name: Mulle-SDE Craft
run: mulle-sde craft --${BUILD_TYPE:-release}

- name: Mulle-SDE Test Debug
run: |
mulle-sde test --debug
- name: Mulle-SDE Test Release
- name: Mulle-SDE Test
run: |
mulle-sde test clean all
mulle-sde test --release
[ ! -d test ] || mulle-sde test
1 change: 1 addition & 0 deletions .mulle/share/sde/extension

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d3f574d

Please sign in to comment.