Testing gitea actions
This commit is contained in:
23
.gitea/workflows/test.yaml
Normal file
23
.gitea/workflows/test.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
name: Test safe strings safety
|
||||
on: [push]
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup GHDL
|
||||
uses: ghdl/setup-ghdl-ci@nightly
|
||||
|
||||
- name: Verification of ghdl installation
|
||||
run: |
|
||||
ghdl --version
|
||||
$(GHDL) --version
|
||||
|
||||
- name: build test and run test
|
||||
run: |
|
||||
make
|
||||
Reference in New Issue
Block a user