Replace Drone CI for Gitea Actions
Some checks failed
verilate

This commit is contained in:
Mario Romero 2023-04-02 14:32:52 -04:00
parent f83952962f
commit 6053e72177
2 changed files with 9 additions and 22 deletions

View File

@ -1,22 +0,0 @@
kind: pipeline
type: docker
name: docker-build
platform:
os: linux
arch: amd64
steps:
- name: build_and_push
image: docker:dind
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
- docker build -t git.1159.cl/mario1159/rvscc .
- docker push git.1159.cl/mario1159/rvscc:latest
volumes:
- name: dockersock
host:
path: /var/run/docker.sock

View File

@ -0,0 +1,9 @@
name: Verilate
on: [push]
jobs:
verilate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- run: cmake -Bbuild