mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Add FFI wrapper crate
This commit is contained in:
+11
-2
@@ -23,5 +23,14 @@ before_script:
|
||||
- 7z x loot_api-0.13.8-0-g47797cc_dev-win64.7z
|
||||
|
||||
script:
|
||||
- cargo fmt -- --check
|
||||
- cargo test
|
||||
- cargo fmt --all -- --check
|
||||
- cargo test --all --all-features
|
||||
|
||||
# Need to rebuild the FFI wrapper so that its binary is given a filename
|
||||
# without a hash.
|
||||
- cargo build --manifest-path ffi/Cargo.toml --features ffi-headers
|
||||
- mkdir ffi/build
|
||||
- cd ffi/build
|
||||
- cmake ..
|
||||
- make
|
||||
- make test
|
||||
|
||||
Reference in New Issue
Block a user