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

Connecting Windows Tests from Core to Distributable Windows #24

Closed
shaggyyy2002 opened this issue Jun 25, 2024 · 0 comments
Closed

Connecting Windows Tests from Core to Distributable Windows #24

shaggyyy2002 opened this issue Jun 25, 2024 · 0 comments

Comments

@shaggyyy2002
Copy link

On the Core Repo, We have used repository dispatch action, so that when a tag is pushed, it will check the tests and if passed it will trigger this repo's CI to build the distributable for Linux.
Solution continues for this issue -> Core Repo : metacall/core#505

name: "MetaCall Distributable Windows Release"

on:
  repository_dispatch:
    types: [test-trigger]
  pull_request:
  push:
    tags:
      - 'v*.*.*'
@shaggyyy2002 shaggyyy2002 changed the title Connecting Linux Tests from Core to Distributable Linux Connecting Linux Tests from Core to Distributable Windows Jun 25, 2024
@shaggyyy2002 shaggyyy2002 changed the title Connecting Linux Tests from Core to Distributable Windows Connecting Windows Tests from Core to Distributable Windows Jun 25, 2024
@viferga viferga closed this as completed Jul 24, 2024
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

No branches or pull requests

2 participants