source: trunk/abcl/ci/test-cffi.lisp

Last change on this file was 15646, checked in by Mark Evenson, 15 months ago

ci: ensure JNA is made before CFFI

Fallback to ABCL-BUILD:ENSURE-MAVEN from ABCL bootstrap.

setf ABCL-ASDF:*MVN-LIBS-DIRECTORY* as side-effect to ensuring maven.

ci: use ensure-maven as initialization for those that need it

File size: 159 bytes
Line 
1(require :asdf)
2(require :abcl-contrib)
3
4(asdf:make :abcl-asdf)
5(asdf:make :jna) 
6
7(ql:quickload
8 '(:cffi :cffi-tests))
9
10(time 
11 (asdf:test-system :cffi))
12
13
14
Note: See TracBrowser for help on using the repository browser.