ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/.gitlab-ci.yml
(Generate patch)

Comparing ray/.gitlab-ci.yml (file contents):
Revision 1.1 by greg, Mon Jan 8 18:07:23 2018 UTC vs.
Revision 1.2 by greg, Tue Jun 25 17:38:33 2019 UTC

# Line 103 | Line 103 | test:mac:clang:
103      - build:mac:clang
104    script:
105      - cd build
106 <    - ctest
106 >    - cd resources
107 >    - ruby test_lib.rb -c
108 >    - ruby test_lib.rb
109  
110   test:ubuntu:
111    stage: test
# Line 113 | Line 115 | test:ubuntu:
115      - build:ubuntu
116    script:
117      - cd build
118 <    - ctest
118 >    - cd resources
119 >    - ruby test_lib.rb -c
120 >    - ruby test_lib.rb
121  
122   test:windows:
123    stage: test
# Line 123 | Line 127 | test:windows:
127      - build:windows
128    script:
129      - cd build
130 <    - '"C:\Program Files\CMake\bin\ctest.exe"'
130 >    - cd resources
131 >    - ruby test_lib.rb -c
132 >    - ruby test_lib.rb
133  
134   package:mac:
135    stage: package

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines