-
Notifications
You must be signed in to change notification settings - Fork 161
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
Remove ward from the build system, some CI tweaks #2870
Conversation
.appveyor.yml
Outdated
# HPCGAP: yes | ||
- CYG_ARCH: x86_64 | ||
CYG_ROOT: C:\cygwin64 | ||
HPCGAP: yes |
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 enabling HPC-GAP builds for Windows is worth it at this stage, but I wanted to try what happens; I might remove this again in the final version of this PR.
.appveyor.yml
Outdated
# HPCGAP: yes | ||
- CYG_ARCH: x86_64 | ||
CYG_ROOT: C:\cygwin64 | ||
HPCGAP: yes | ||
# BUILDDIR: build # HPC-GAP only supports kernel extensions for of out-of-tree builds |
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 really confused by the above BUILDDIR line and the comment... so I left it commented out to see what happens
971b324
to
7f242bf
Compare
Codecov Report
@@ Coverage Diff @@
## master #2870 +/- ##
==========================================
+ Coverage 83.38% 83.72% +0.34%
==========================================
Files 636 687 +51
Lines 323991 352228 +28237
==========================================
+ Hits 270167 294915 +24748
- Misses 53824 57313 +3489
|
It is not doing anything anymore, see issue gap-system#1742
7f242bf
to
e65f218
Compare
No description provided.