File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : " bashdb CI"
22on :
33 push :
4- <<<<<<< HEAD
54 pull_request :
65 workflow_dispatch :
76
@@ -13,19 +12,10 @@ jobs:
1312
1413 runs-on : ${{ matrix.os }}
1514 name : " Run Tests on ${{ matrix.os }}"
16- =======
17-
18- jobs :
19- linux :
20- name : " Linux"
21- runs-on : ubuntu-latest
22- container : bash:5.1
23- >>>>>>> 11150b3 (Add GitHub Actions to run tests for bash-5.1 in a Docker container)
2415 steps :
2516 - name : Checkout
2617 uses : actions/checkout@v4
2718
28- <<<<<<< HEAD
2919 - name : Install dependencies for Linux
3020 if : runner.os == 'Linux'
3121 shell : bash
5242 # env:
5343 # VERBOSE: 1
5444 # run: make -e -j3 check
55- =======
56- - name : Setup Packages
57- shell : bash
58- run : |+
59- apk update
60- apk add build-base automake autoconf libtool texinfo
61-
62- - name : Configure
63- shell : bash
64- run : bash ./autogen.sh
65-
66- - name : Test
67- shell : bash
68- env :
69- VERBOSE : 1
70- run : make -e -j3 check
71- >>>>>>> 11150b3 (Add GitHub Actions to run tests for bash-5.1 in a Docker container)
You can’t perform that action at this time.
0 commit comments