-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#238: changes version to 24.5.0-SNAPSHOT
- Loading branch information
1 parent
eaaafd5
commit ec0e981
Showing
8 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
mvn clean install -T1C; sudo apt install ./dist/dist-linux/installer-linux/target/installer/logorrr_24.4.0_arm64.deb; /opt/logorrr/bin/LogoRRR | ||
mvn clean install -T1C; sudo apt install ./dist/dist-linux/installer-linux/target/installer/logorrr_24.5.0_arm64.deb; /opt/logorrr/bin/LogoRRR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
mvn clean install -T1C; sudo apt install ./dist/dist-linux/installer-linux/target/installer/logorrr_24.4.0_amd64.deb; /opt/logorrr/bin/LogoRRR | ||
mvn clean install -T1C; sudo apt install ./dist/dist-linux/installer-linux/target/installer/logorrr_24.5.0_amd64.deb; /opt/logorrr/bin/LogoRRR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
mvn clean install -T1C -Papp-tests; open ./dist/dist-osx/installer-osx/target/installer/LogoRRR-24.4.0.pkg | ||
mvn clean install -T1C -Papp-tests; open ./dist/dist-osx/installer-osx/target/installer/LogoRRR-24.5.0.pkg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
time mvn clean install -T1C -DskipTests | ||
time mvn clean install -T1C -DskipTests > build.log 2>&1 | ||
$(find . -name LogoRRR) |