|
@@ -89,8 +89,8 @@ jobs:
|
|
|
- name: Test
|
|
- name: Test
|
|
|
run: script/dockerized.sh ${PLATFORM/-*} rake test
|
|
run: script/dockerized.sh ${PLATFORM/-*} rake test
|
|
|
if: startsWith(matrix.platform, 'linux') || matrix.platform == 'android'
|
|
if: startsWith(matrix.platform, 'linux') || matrix.platform == 'android'
|
|
|
- - name: Documentation
|
|
|
|
|
- run: script/dockerized.sh ${PLATFORM/-*} rake doc
|
|
|
|
|
|
|
+ #- name: Documentation
|
|
|
|
|
+ # run: script/dockerized.sh ${PLATFORM/-*} rake doc
|
|
|
- name: Install
|
|
- name: Install
|
|
|
run: |
|
|
run: |
|
|
|
script/dockerized.sh ${PLATFORM/-*} rake install
|
|
script/dockerized.sh ${PLATFORM/-*} rake install
|