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

Add ylc compiler #1441

Merged
merged 6 commits into from
Oct 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions bin/yaml/ygen.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
compilers:
ygen:
ylc:
type: ziparchive
Copy link
Member

Choose a reason for hiding this comment

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

This will download and install just once - which is probably not what you want for a "newest".

If you would like this to be installed every night , we will need an:

if: nightly

and then something to make it want to install every time. Some things have nightly as the type but I think we can add:

always_install: true

too.

When you support tagged stable releases we can revist so only the nightly gets installed this way.

Copy link
Member

Choose a reason for hiding this comment

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

Thanks: confirmed this now works. But it will only install once. I assume that's OK as you didn't reply to the comments above.

url: https://github.com/Cr0a3/ygen/archive/refs/heads/build.zip

always_install: true
dir: ygen
folder: ygen-build
check_exe: bin/ylc --version

targets:
- newest