updated alpine_2.6.yaml.disabled

pull/2/head
Hari Sekhon 3 years ago
parent 00b588c0ff
commit e92b7125af

@ -11,37 +11,20 @@
# https://www.linkedin.com/in/harisekhon # https://www.linkedin.com/in/harisekhon
# #
name: Alpine 2.6 ---
name: Alpine
#env:
# DEBUG: 1
on: on:
push: push:
branches: branches:
- master - master
workflow_dispatch:
schedule: schedule:
# * is a special character in YAML so you have to quote this string - cron: '0 7 * * *'
- cron: '0 7 * * *'
jobs: jobs:
build: build:
#name: build name: Alpine
timeout-minutes: 60 uses: HariSekhon/GitHub-Actions/.github/workflows/alpine2.6.yaml@master
runs-on: ubuntu-latest #with:
container: alpine:2.6 # debug: 1
env:
repo: bash-tools
steps:
# untars repo in docker container so git submodule update fails
#- uses: actions/checkout@v2
- name: install git & make
run: apk add --no-cache git make ca-certificates perl
- name: git clone
run: cd /tmp && git clone "https://github.com/harisekhon/$repo"
- name: init
run: cd "/tmp/$repo" && git submodule update --init --recursive
- name: build
run: cd "/tmp/$repo" && make ci
- name: test
run: cd "/tmp/$repo" && make test

Loading…
Cancel
Save