-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: Migrate project from TravisCI to GitHub Actions #30
base: master
Are you sure you want to change the base?
CI: Migrate project from TravisCI to GitHub Actions #30
Conversation
ls -a | ||
mkdir googletest-build | ||
cd googletest-build | ||
sudo ../cmake-3.10.2-Linux-x86_64/bin/cmake ../googletest-release-1.10.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure if sudo
is allowed on Github actions CI. Can we create a conda environment and install dependencies there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From GitHub Docs:
The Linux and macOS virtual machines both run using passwordless sudo. When you need to execute commands or install tools that require more privileges than the current user, you can use sudo without needing to provide a password.
Restore the |
This PR:
.travis.yml
fileci.yml
to build dependencies and run tests