Skip to content

Commit

Permalink
Bumped version and prepared no artifact. This will be user from maste…
Browse files Browse the repository at this point in the history
…r and hello world.
  • Loading branch information
lagergren committed Feb 12, 2024
1 parent fcbf164 commit 8409bb7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/xvm-dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
- name: Setup Gradle to generate and submit dependency graphs
uses: gradle/actions/setup-gradle@v3
with:
dependency-graph: generate-and-submit
- name: Run the usual CI build (dependency-graph will be generated and submitted post-job)
run: ./gradlew install
run: ./gradlew installDist

3 changes: 2 additions & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
0.4.3
0.4.31

8 changes: 7 additions & 1 deletion manualTests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,13 @@ xtcRun {
module {
moduleName = "TestSimple"
}
}

// First make sure we support an alternative runner
val runParallel by tasks.registering(XtcRunTask::class) {
moduleName("Runner")
}

/*
} else {
Expand Down Expand Up @@ -305,7 +312,6 @@ xtcRun {
)
}
}*/
}

/**
* The task configuration below can be used to modify the behavior of the XTC compile task
Expand Down

0 comments on commit 8409bb7

Please sign in to comment.