Add Gitea CI pipeline
All checks were successful
Benchmark / build and benchmark (push) Successful in 1m58s

This commit is contained in:
Rodrigo Arias 2024-04-26 18:10:16 +02:00
parent 625161556a
commit ef2f3e24cf
2 changed files with 12 additions and 5 deletions

10
.gitea/workflows/ci.yaml Normal file
View File

@ -0,0 +1,10 @@
name: Benchmark
on: [push]
jobs:
bench:
name: build and benchmark
runs-on: native
steps:
- uses: https://gitea.com/ScMi1/checkout@v1.4
- run: test/ci.sh

View File

@ -35,11 +35,8 @@
bench6Master = bench6.overrideAttrs (old: {
src = builtins.fetchGit {
url = "https://pm.bsc.es/gitlab/rarias/bench6.git";
#ref = "master";
# FIXME: Just for testing
ref = "heat";
rev = "466e50e511e11087f6e9298b3ac851fcab7d459c";
url = "https://jungle.bsc.es/git/rarias/bench6";
ref = "master";
};
});
};