Skip to content
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

Fix CI + Use GitHub Actions to run the tests on Windows #287

Merged
merged 6 commits into from
May 26, 2021

Conversation

aminya
Copy link
Contributor

@aminya aminya commented May 22, 2021

This uses GitHub Actions to install LLVM, set up the environment, and build and test Dpp.

Here is an example of a successful run:
https://github.com/aminya/dpp/actions/runs/865871754

image

.github/workflows/d.yml Show resolved Hide resolved
.github/workflows/d.yml Outdated Show resolved Hide resolved
@@ -1,39 +0,0 @@
GEM
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this deleted?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because the lock file generated on Windows is not compatible with the lock file generated on Linux, and vice versa. If you want to use a fixed set of versions, it is better to fix the versions in Gemfile itself.

appveyor.yml Show resolved Hide resolved
@aminya
Copy link
Contributor Author

aminya commented May 26, 2021

This last commit fixes the failing test on the master branch. It is the same one that I mentioned in
#285 (comment)

@aminya aminya mentioned this pull request May 26, 2021
@aminya aminya changed the title Use GitHub Actions to run the tests on Windows Fix CI + Use GitHub Actions to run the tests on Windows May 26, 2021
.github/workflows/d.yml Outdated Show resolved Hide resolved
@atilaneves atilaneves merged commit ff4217f into atilaneves:master May 26, 2021
@aminya aminya deleted the github-actions-windows branch May 26, 2021 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants