Skip to content

Commit

Permalink
testing versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
eizedev committed Jan 14, 2024
1 parent 812d22b commit e26c94f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 32 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/makefile.yml

This file was deleted.

7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Download and Unzip latest AirConnect Release
name: Download, unzip, test & package latest AirConnect release
on:
push:
branches:
- ci
branches: ["ci"]
pull_request:
branches: ["ci"]
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions src/dsm7/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ set -eu
ARCH_LIST="arm arm-static armv5 armv5-static armv6 armv6-static aarch64 aarch64-static x86 x86-static x86_64 x86_64-static powerpc powerpc-static"
MAKE=$(which make)

export RELEASE_VERSION="${RELEASE_VERSION}"

for arch in ${ARCH_LIST}; do
export ARCH="${arch}"
$MAKE clean build
Expand Down

0 comments on commit e26c94f

Please sign in to comment.