mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-05 23:13:09 +00:00
Remove cbinding from reusable ci
This commit is contained in:
parent
6156082400
commit
887991cab3
15
.github/workflows/ci-reusable.yml
vendored
15
.github/workflows/ci-reusable.yml
vendored
@ -90,21 +90,6 @@ jobs:
|
||||
if: matrix.tests == 'tools' || matrix.tests == 'all'
|
||||
run: make -j${ncpu} testTools
|
||||
|
||||
## Part 5 C Binding ##
|
||||
- name: C Binding build
|
||||
continue-on-error: true
|
||||
if: matrix.tests == 'cbindingtest' || matrix.tests == 'all'
|
||||
run: |
|
||||
make -j${ncpu} libstorage
|
||||
|
||||
- name: C Binding test
|
||||
if: matrix.tests == 'cbindingtest' || matrix.tests == 'all'
|
||||
continue-on-error: true
|
||||
run: |
|
||||
cd examples/c
|
||||
gcc -o storage storage.c -L../../build -lstorage -Wl,-rpath,../../ -pthread
|
||||
LD_LIBRARY_PATH=../../build ./storage
|
||||
|
||||
status:
|
||||
if: always()
|
||||
needs: [build]
|
||||
|
||||
@ -72,12 +72,6 @@ tools_test () {
|
||||
job
|
||||
}
|
||||
|
||||
c_binding_test () {
|
||||
job_tests="cbindingtest"
|
||||
job_includes=""
|
||||
job
|
||||
}
|
||||
|
||||
# finds all files named test*.nim in the specified directory
|
||||
find_tests () {
|
||||
local dir=$1
|
||||
@ -135,7 +129,6 @@ all_tests () {
|
||||
contract_test
|
||||
integration_test
|
||||
tools_test
|
||||
c_binding_test
|
||||
}
|
||||
|
||||
# outputs jobs for the specified operating systems and all test types
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user