Add profiles

master
agibsonccc 2021-03-18 20:24:42 +09:00
parent 06fab1d8ee
commit 78843fd0e2
2 changed files with 12 additions and 0 deletions

View File

@ -69,5 +69,11 @@
<profile>
<id>testresources</id>
</profile>
<profile>
<id>nd4j-tests-cpu</id>
</profile>
<profile>
<id>nd4j-tests-cuda</id>
</profile>
</profiles>
</project>

View File

@ -186,6 +186,12 @@
<profile>
<id>testresources</id>
</profile>
<profile>
<id>nd4j-tests-cpu</id>
</profile>
<profile>
<id>nd4j-tests-cuda</id>
</profile>
</profiles>
</project>