Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
melaasar committed Jul 16, 2024
1 parent deb4e05 commit 8151825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: ./gradlew build

- name: Run generateDocs
run: ./gradlew generateDocs
run: ./gradlew generateDocs --console=verbose

- name: Set up Maven
uses: stCarolas/setup-maven@v5
Expand Down
1 change: 1 addition & 0 deletions io.opencaesar.oml.specification/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ task ecoreToBikeshed(type:io.opencaesar.ecore.bikeshed.Ecore2BikeshedTask, depen
task generateDocs(dependsOn: ecoreToBikeshed) {
doLast {
if (org.gradle.internal.os.OperatingSystem.current().isWindows()) {
exec { commandLine 'list', 'io.opencaesar.oml.specification/build/bikeshed/' }
exec { commandLine 'cmd', '/c', 'bikeshed', 'spec', 'build/bikeshed/index.bs' }
} else {
exec { commandLine 'bikeshed', 'spec', 'build/bikeshed/index.bs' }
Expand Down

0 comments on commit 8151825

Please sign in to comment.