We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7aecad commit 1b0c229Copy full SHA for 1b0c229
.travis.yml
@@ -7,6 +7,6 @@ before_install:
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
+ - ./ArrayFire-v3.6.4_Linux_x86_64.sh --include-subdir --prefix=/opt
11
- ls -lah /opt/arrayfire/
12
- nix-shell --run test
0 commit comments