feat update woodpecker
This commit is contained in:
parent
f97021a3be
commit
1591851526
13
.woodpecker/linux-x86-gcc.yml
Normal file
13
.woodpecker/linux-x86-gcc.yml
Normal file
@ -0,0 +1,13 @@
|
||||
when:
|
||||
- event: push
|
||||
|
||||
steps:
|
||||
- name: linux-x64-gcc
|
||||
image: art.uocat.com/docker/tqcq/cross:v1.0.0
|
||||
commands:
|
||||
- mkdir build && cd build
|
||||
- cmake -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DTILE_BUILD_BENCHMARKS=ON -DTILE_BUILD_TESTS=ON ..
|
||||
- cmake --build build -j $(nproc)
|
||||
- cd build
|
||||
- ctest --output-on-failure -j $(nproc)
|
||||
|
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -1,7 +1,7 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'art.uocat.com/docker/tqcq/cross:v1.0.1'
|
||||
image 'art.uocat.com/docker/tqcq/cross:v1.0.0'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user