Skip to content

Commit

Permalink
For CI, use the VM included with Cuis
Browse files Browse the repository at this point in the history
  • Loading branch information
jvuletich committed Jan 17, 2025
1 parent 21f62ec commit 44e56a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ContinuousIntegrationScripts/installVm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ installVmLinux() {

#Use VM included with Cuis in this repo
CUIS_VM_PATH=CuisVM.app/Contents/Linux-x86_64/squeak
CUIS_VM_PATH=./CuisVM.app
#CUIS_VM_PATH=./CuisVM.app
CUIS_VM_ARGUMENTS="-vm-display-null"
pwd
"$CUIS_VM_PATH" --version
Expand All @@ -34,7 +34,7 @@ installVmMacOS() {

#Use VM included with Cuis in this repo
CUIS_VM_PATH=CuisVM.app/Contents/MacOS/Squeak
CUIS_VM_PATH=./CuisVM.app
#CUIS_VM_PATH=./CuisVM.app
CUIS_VM_ARGUMENTS="-headless"
pwd
"$CUIS_VM_PATH" -version
Expand Down

0 comments on commit 44e56a7

Please sign in to comment.