-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
GitHub Actions CI Port #16082
base: master
Are you sure you want to change the base?
GitHub Actions CI Port #16082
Conversation
.github/workflows/rpcs3.yml
Outdated
with: | ||
name: RPCS3 for Windows | ||
path: build/*.7z | ||
compression-level: 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.
compression-level: 0
doesn't stop it from double-zipping, but it should at least make uploading artifacts faster.
compression-level: 0 | |
if-no-files-found: error | |
compression-level: 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 guess I could just glob all the files at least for windows so there's no need to double zip it
What's the motivation for porting to GitHub Actions? Doesn't it have the exact same restrictions as Azure? |
3fe2161
to
e5d552e
Compare
1cdde6d
to
1b3a7cd
Compare
so users don't have to sign up to extra services to run auto builds, and yeah i think |
Cache is supported on the penguin
Cold: https://github.com/illusion0001/rpcs3/actions/runs/10871089443/attempts/1
Warm: https://github.com/illusion0001/rpcs3/actions/runs/10871089443
Plans for later, build in clang and gcc on Windows and OSX