File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ language : nix
2
+
3
+ before_install :
4
+ - nix-channel --list
5
+ - nix-channel --update
6
+
7
+ script :
8
+ - curl -O http://arrayfire.s3.amazonaws.com/3.6.4/ArrayFire-v3.6.4_Linux_x86_64.sh
9
+ - chmod +x ArrayFire-v3.6.4_Linux_x86_64.sh
10
+ - ./Arrayfire_*_Linux_x86_64.sh --include-subdir --prefix=/opt
11
+ - ls -lah /opt/arrayfire/
12
+ - nix-shell --run test
13
+
Original file line number Diff line number Diff line change 16
16
'cabal v1-configure --enable-tests && \
17
17
cabal v1-build test && dist/build/test/test'
18
18
}
19
+ function test () {
20
+ cabal v1-configure --enable-tests && \
21
+ cabal v1-build test && dist/build/test/test
22
+ }
19
23
function doctest-runner () {
20
24
${ pkgs . ag } /bin/ag -l | \
21
25
${ pkgs . entr } /bin/entr sh -c \
You can’t perform that action at this time.
0 commit comments