Skip to content

Update CI compiler version #201

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

Open
juntuu opened this issue Mar 7, 2021 · 1 comment
Open

Update CI compiler version #201

juntuu opened this issue Mar 7, 2021 · 1 comment
Labels
c to c++ Porting C code to C++ ci / build This pertains to CI / build enhancement New feature or request

Comments

@juntuu
Copy link
Collaborator

juntuu commented Mar 7, 2021

Everything should already compile just fine with gcc 10+ or clang 11+ (#190), which are mentioned in the readme.
So, the CI compiler version should probably be updated, as it doesn't even have reasonable c++17 support.

What would be a realistic timeframe for upgrading the CI compiler?

At the moment not supported for example:

@juntuu juntuu added enhancement New feature or request ci / build This pertains to CI / build c to c++ Porting C code to C++ labels Mar 7, 2021
@Sebanisu
Copy link
Collaborator

https://github.com/codereport/An-Algorithm-Library/blob/3ac57bd561b46ffa1dca9047961ed909b06cecd2/appveyor.yml

This could appveyor.yml could be dropped into j as well. I got it working with gcc 10.2, clang 12 and msvc. At least it's running the tests I made in my pull request on all 3. There could be improvements made. I kinda stopped when I got something that works. :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c to c++ Porting C code to C++ ci / build This pertains to CI / build enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants