We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2fa55b commit fba3c42Copy full SHA for fba3c42
projects/dkrz.de/libaec/package.yml
@@ -4,16 +4,15 @@ distributable:
4
5
versions:
6
github: MathisRosenhauer/libaec
7
- strip: /^v/
8
9
build:
10
- script: |
11
- ./configure $ARGS
12
- make --jobs {{ hw.concurrency }} install
+ script:
+ - ./configure $ARGS
+ - make --jobs {{ hw.concurrency }} install
+ - run: find . -name '*.la' -exec rm -f {} \;
13
+ working-directory: ${{prefix}}/lib
14
env:
15
ARGS:
16
- --prefix="{{prefix}}"
17
-test:
18
19
- cc -o testlibaec fixture.cpp -laec
+test: cc -o testlibaec fixture.cpp -laec
0 commit comments