No need for github workflows. We use circleci

This commit is contained in:
Benoit Tigeot 2022-06-15 15:28:09 +02:00
parent 33e6ba5c86
commit 4247a9a87e
No known key found for this signature in database
GPG Key ID: 8E6D4FC8AEBDA62C
2 changed files with 0 additions and 61 deletions

View File

@ -1,24 +0,0 @@
name: Go
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Test
run: make test
- name: Build
run: make tools cross_compile

View File

@ -1,37 +0,0 @@
---
name: "pre-release"
on:
push:
branches:
- "master"
jobs:
pre-release:
name: "Pre Release"
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: "Build & test"
run: "make tools release-artifacts"
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: |
LICENSE
builds/dist/*