|
@ -13,6 +13,10 @@ jobs: |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
- name: Fix Checkout |
|
|
|
|
|
run: | |
|
|
|
|
|
git fetch --force --tags |
|
|
|
|
|
|
|
|
- name: Run minimal test set |
|
|
- name: Run minimal test set |
|
|
run: | |
|
|
run: | |
|
|
./autogen.sh |
|
|
./autogen.sh |
|
@ -25,6 +29,10 @@ jobs: |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
- name: Fix Checkout |
|
|
|
|
|
run: | |
|
|
|
|
|
git fetch --force --tags |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Make the makefiles |
|
|
- name: Make the makefiles |
|
|
run: | |
|
|
run: | |
|
@ -52,6 +60,10 @@ jobs: |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
- name: Fix Checkout |
|
|
|
|
|
run: | |
|
|
|
|
|
git fetch --force --tags |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install essential |
|
|
- name: Install essential |
|
|
run: | |
|
|
run: | |
|
@ -118,6 +130,10 @@ jobs: |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
- name: Fix Checkout |
|
|
|
|
|
run: | |
|
|
|
|
|
git fetch --force --tags |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install packages |
|
|
- name: Install packages |
|
|
run: | |
|
|
run: | |
|
@ -191,6 +207,10 @@ jobs: |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
- name: Fix Checkout |
|
|
|
|
|
run: | |
|
|
|
|
|
git fetch --force --tags |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: generate a makefile and use it to install more packages |
|
|
- name: generate a makefile and use it to install more packages |
|
|
run: | |
|
|
run: | |
|
|