-
Notifications
You must be signed in to change notification settings - Fork 626
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
Update CI builds #1176
Update CI builds #1176
Conversation
xlietz
commented
Oct 7, 2021
- Multiple Linux builds only for VFXP-2021 (current).
- Single Linux build for other VFX platform years.
- Add Linux legacy C++11 build.
- Update Mac and Windows builds for VFXP-2021
Note - the Mac and Windows builds are identical to what we would have for VFXP-2022 given what is available on the Github-hosted runners. |
This does not yet include the Linux experimental (bleeding edge) build. Will submit in a future PR. |
.github/workflows/ci_workflow.yml
Outdated
shared=${{ matrix.build-shared }}, | ||
threads=${{ matrix.threads-enabled }}, | ||
cxx=${{ matrix.cxx-standard }}>' | ||
name: 'Linux ${{ matrix.label }}VFXP-${{ matrix.vfx-cy }} centos8 |
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.
centos8?
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.
centos7 ! thanks, will fix.
- Multiple Linux builds only for VFXP-2021 (current). - Single Linux build for other VFX platform years. - Add Linux legacy C++11 build. - Update Mac and Windows builds for VFXP-2021/2022 Signed-off-by: Christina Tempelaar-Lietz <[email protected]>
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.
lgtm
Let's give it a try, thanks @xlietz! |
- Multiple Linux builds only for VFXP-2021 (current). - Single Linux build for other VFX platform years. - Add Linux legacy C++11 build. - Update Mac and Windows builds for VFXP-2021/2022 Signed-off-by: Christina Tempelaar-Lietz <[email protected]>
- Multiple Linux builds only for VFXP-2021 (current). - Single Linux build for other VFX platform years. - Add Linux legacy C++11 build. - Update Mac and Windows builds for VFXP-2021/2022 Signed-off-by: Christina Tempelaar-Lietz <[email protected]>