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

test old_linux nightly release too #5672

Merged
merged 17 commits into from
Jul 22, 2023
Merged

test old_linux nightly release too #5672

merged 17 commits into from
Jul 22, 2023

Conversation

Anton-4
Copy link
Collaborator

@Anton-4 Anton-4 commented Jul 17, 2023

No description provided.

Comment on lines -29 to -42
- name: remove everything in this dir except the tar # we want to test like a user who would have downloaded the release, so we clean up all files from the repo checkout
run: ls | grep -v "roc_nightly.*tar\.gz" | xargs rm -rf

- name: decompress the tar
run: ls | grep "roc_nightly.*tar\.gz" | xargs tar -xzvf

- name: delete tar
run: ls | grep "roc_nightly.*tar\.gz" | xargs rm -rf

- name: rename nightly folder
run: mv roc_nightly* roc_nightly

- name: test roc hello world
run: cd roc_nightly && ./roc examples/helloWorld.roc
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this was moved to a bash script

Signed-off-by: Anton-4 <[email protected]>
@Anton-4 Anton-4 enabled auto-merge July 22, 2023 17:45
@Anton-4 Anton-4 changed the title test old linux nightly test old_linux nightly release too Jul 22, 2023
Copy link
Sponsor Contributor

@rtfeldman rtfeldman left a comment

Choose a reason for hiding this comment

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

Lovely, thanks @Anton-4! 🎉

@Anton-4 Anton-4 merged commit dca5526 into main Jul 22, 2023
10 checks passed
@Anton-4 Anton-4 deleted the test-old-linux-release branch July 22, 2023 18:41
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.

2 participants