You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
call mkdir -p C:\Users\jenkins\workspace\GAP-master-windows-build
call mv GAP-master-windows-build.zip C:\Users\jenkins\workspace\GAP-master-windows-build\GAP-master-windows-build.zip
call cd C:\Users\jenkins\workspace\GAP-master-windows-build
call unzip -q GAP-master-windows-build.zip
call rm -rf GAP-master-windows-build.zip
call cd GAP-master-snapshot
call cd pkg
call rm -rf Browse
call cd ..
Then each test is run using a command like:
call C:\Users\jenkins\workspace\GAP-master-windows-build\GAP-master-snapshot\bin\gapcmd.bat -A -E C:/Users/jenkins/workspace/GAP-master-windows-build/GAP-master-snapshot/tst/testinstall.g
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I put the current scripts used in Jenkins below:
Then each test is run using a command like:
The text was updated successfully, but these errors were encountered: