Skip to content

Commit

Permalink
Bumped binaries version to 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ArminJo committed Nov 5, 2021
1 parent 022393d commit 85b8664
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/BuildBinaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
name: BuildBinaries

on:
workflow_dispatch: # to run it manually
push:
branches:
- master
tags-ignore:
- '*.*' # do not run it on release build - must be combined with branches specification, otherwise no build is triggered
paths:
- '**/comandline/library/**'
- '**/comandline/micronucleus.c'
- '**/comandline/builds/**/package.json'
- '**BuildBinaries.yml'
workflow_dispatch: # To run it manually, since the push trigger was not reliable :-(
# push:
# branches:
# - master
# tags-ignore:
# - '*.*' # do not run it on release build - must be combined with branches specification, otherwise no build is triggered
# paths:
# - '**/comandline/library/**'
# - '**/comandline/micronucleus.c'
# - '**/comandline/builds/**/package.json'
# - '**BuildBinaries.yml'

jobs:
build-all-executables:
Expand Down Expand Up @@ -170,8 +170,8 @@ jobs:
if: runner.os != 'Windows'
run: |
TARGET_DIR=${{ matrix.target-dir }}
TARBALL_NAME=micronucleus-cli-2.5-$TARGET_DIR.tar.gz
TARBALL_NAME_PIO=micronucleus-cli-2.5-pio-$TARGET_DIR.tar.gz
TARBALL_NAME=micronucleus-cli-2.6-$TARGET_DIR.tar.gz
TARBALL_NAME_PIO=micronucleus-cli-2.6-pio-$TARGET_DIR.tar.gz
set -o verbose
mkdir micronucleus # temporary tar directory
chmod +x commandline/micronucleus
Expand Down
2 changes: 1 addition & 1 deletion utils/0_Micronucleus-info.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo Run micronucleus with the --info flag
..\commandline\builds\x86_64-mingw32\micronucleus --info
..\commandline\builds\x86_64-mingw32\micronucleus --no-ansi --info --timeout 60
pause

0 comments on commit 85b8664

Please sign in to comment.