Skip to content

Commit

Permalink
Add short-cut for building Bach with Bach
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras committed Apr 21, 2024
1 parent e4ce2e5 commit 636444b
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -29,4 +29,4 @@ jobs:
java @bach https://raw.githubusercontent.com/openjdk/jdk/jdk-22-ga/test/jdk/java/lang/System/Versions.java
java .bach/src/run.bach/run/Versions.java
- name: 'Build Bach with Bach'
run: java .bach/src/run.bach/run/Build.java
run: java @build
2 changes: 2 additions & 0 deletions build
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Short-cut for building Bach with Bach
.bach/src/run.bach/run/Build.java

0 comments on commit 636444b

Please sign in to comment.