mirror of
https://github.com/redox-os/kernel.git
synced 2026-09-09 00:07:34 +08:00
another artifact attempt
This commit is contained in:
@@ -86,3 +86,6 @@ x86_64:benches:
|
||||
allow_failure: true
|
||||
script:
|
||||
- redoxer env make test-acid
|
||||
artifacts:
|
||||
paths:
|
||||
- root/bench-output.txt
|
||||
|
||||
@@ -103,3 +103,5 @@ test-acid: all
|
||||
$(MAKE) install
|
||||
REDOXER_SYSROOT=$(DESTDIR) redoxer pkg acid-bins
|
||||
REDOXER_SYSROOT=$(DESTDIR) redoxer exec --artifact root:/home/root env ACID_BENCH_OUTPUT=/home/root/bench-output.txt acid invalid_syscall getppid_bench pgtbl_populate_bench
|
||||
echo "LISTING A"
|
||||
ls -l root
|
||||
|
||||
Reference in New Issue
Block a user