Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Add test script for Cygwin from Jenkins #109

Open
ChrisJefferson opened this issue Mar 25, 2020 · 0 comments
Open

Add test script for Cygwin from Jenkins #109

ChrisJefferson opened this issue Mar 25, 2020 · 0 comments

Comments

@ChrisJefferson
Copy link
Contributor

I put the current scripts used in Jenkins below:

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant