aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-01-05 20:46:15 +0100
committertgingold <tgingold@users.noreply.github.com>2021-01-06 07:30:46 +0100
commit99853361819bff87e7cf8103c5205721ec195c32 (patch)
tree29a6dda1199534497f5a09ea1268aa3a619c41b8 /.github/workflows
parent301f442a6e66a83b47ed7d40e5b61389b9c33446 (diff)
downloadghdl-99853361819bff87e7cf8103c5205721ec195c32.tar.gz
ghdl-99853361819bff87e7cf8103c5205721ec195c32.tar.bz2
ghdl-99853361819bff87e7cf8103c5205721ec195c32.zip
mv dist/* scripts/
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/push.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index 26f4d7c2d..9a7714759 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -54,7 +54,7 @@ jobs:
- name: '🧰 Checkout'
uses: actions/checkout@v2
- - run: TASK=buster+mcode ./dist/ci-run.sh -c --gpl --no-synth
+ - run: TASK=buster+mcode ./scripts/ci-run.sh -c --gpl --no-synth
#
# GNU/Linux
@@ -82,7 +82,7 @@ jobs:
- name: Build and test GHDL in containers
run: |
- TASK=ubuntu${{ matrix.os }}+${{ matrix.backend }} ./dist/ci-run.sh -c
+ TASK=ubuntu${{ matrix.os }}+${{ matrix.backend }} ./scripts/ci-run.sh -c
mv ghdl-*-ubuntu${{ matrix.os }}-*.tgz ghdl-gha-ubuntu-${{ matrix.os }}.04-$(echo ${{ matrix.backend }} | sed 's#-.*##g').tgz
- name: '📤 Upload artifact: package'
@@ -106,12 +106,12 @@ jobs:
run: |
brew update || true
brew install p7zip
- ./dist/macosx/install-ada.sh
+ ./scripts/macosx/install-ada.sh
- name: Build and test GHDL
run: |
PATH=$PWD/gnat/bin:$PATH
- ./dist/ci-run.sh -c
+ ./scripts/ci-run.sh -c
env:
TASK: macosx+mcode
GITHUB_OS: ${{ runner.os }}
@@ -161,7 +161,7 @@ jobs:
- name: Build package
run: |
- cd dist/msys2-${{ matrix.pkg }}
+ cd scripts/msys2-${{ matrix.pkg }}
makepkg-mingw --noconfirm --noprogressbar -sCLf
- name: '📤 Upload artifact: builddir'
@@ -169,13 +169,13 @@ jobs:
with:
name: ${{ matrix.installs }}-${{ matrix.pkg }}-builddir
path: |
- ./dist/msys2-${{ matrix.pkg }}/src/
- ./dist/msys2-${{ matrix.pkg }}/pkg/
+ ./scripts/msys2-${{ matrix.pkg }}/src/
+ ./scripts/msys2-${{ matrix.pkg }}/pkg/
- name: '📤 Upload artifact: package'
uses: actions/upload-artifact@v2
with:
- path: ./dist/msys2-${{ matrix.pkg }}/mingw-*ghdl*.pkg.tar.zst
+ path: ./scripts/msys2-${{ matrix.pkg }}/mingw-*ghdl*.pkg.tar.zst
#
# Windows Test