Skip to content

Commit

Permalink
Add docker test linux script
Browse files Browse the repository at this point in the history
  • Loading branch information
yantor3d committed Jun 12, 2021
1 parent 80ee3d0 commit 255cc01
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker_test_linux.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
param (
[string]$maya_version = "2022"
)

docker run -ti --rm `
-v ${PWD}:/workspace `
cmdc:${maya_version} `
mayapy -m nose -xv --exe ./tests

0 comments on commit 255cc01

Please sign in to comment.