@@ -62,39 +62,39 @@ jobs:
62
62
# run: >
63
63
# gwrender.py waveform $GITHUB_WORKSPACE/Examples/Rainbow/Rainbow.yaml
64
64
# --time-merger 5064 --mass 150 -o ./ -v
65
- # deploy-container:
66
- # name: Deploy container
67
- # needs: tests
68
- # runs-on: ubuntu-latest
69
- # steps:
70
- # - uses: actions/checkout@v3
71
- # - uses: docker/build-push-action@v1
72
- # with:
73
- # dockerfile: containers/Dockerfile
74
- # username: ${{ secrets.DOCKER_USERNAME }}
75
- # password: ${{ secrets.DOCKER_PASSWORD }}
76
- # repository: nilsleiffischer/gwpv
77
- # tag_with_ref: true
78
- # cache_froms: nilsleiffischer/gwpv:latest-dev,nilsleiffischer/gwpv:latest
79
- # always_pull: true
80
- # examples:
81
- # name: Examples
82
- # needs: deploy-container
83
- # runs-on: ubuntu-latest
84
- # steps:
85
- # # Note that the container must run as the user `root` to be able to write
86
- # # to the $GITHUB_WORKSPACE directory:
87
- # # https://docs.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners#docker-container-filesystem
88
- # - name: Rainbow still
89
- # run: >
90
- # docker run -v $PWD:/out nilsleiffischer/gwpv:latest
91
- # scene Examples/Rainbow/Still.yaml -o /out/Still
92
- # - name: Rainbow movie
93
- # run: >
94
- # docker run -v $PWD:/out nilsleiffischer/gwpv:latest
95
- # scene Examples/Rainbow/Rainbow.yaml
96
- # --render-movie-to-file /out/Rainbow --num-jobs 2
97
- # - name: Rainbow scenes
98
- # run: >
99
- # docker run -v $PWD:/out nilsleiffischer/gwpv:latest
100
- # scenes Examples/Rainbow/Scenes.yaml -o /out/Scenes --num-jobs 2
65
+ deploy-container :
66
+ name : Deploy container
67
+ needs : tests
68
+ runs-on : ubuntu-latest
69
+ steps :
70
+ - uses : actions/checkout@v3
71
+ - uses : docker/build-push-action@v1
72
+ with :
73
+ dockerfile : containers/Dockerfile
74
+ username : ${{ secrets.DOCKER_USERNAME }}
75
+ password : ${{ secrets.DOCKER_PASSWORD }}
76
+ repository : nilsleiffischer/gwpv
77
+ tag_with_ref : true
78
+ cache_froms : nilsleiffischer/gwpv:latest-dev,nilsleiffischer/gwpv:latest
79
+ always_pull : true
80
+ examples :
81
+ name : Examples
82
+ needs : deploy-container
83
+ runs-on : ubuntu-latest
84
+ steps :
85
+ # Note that the container must run as the user `root` to be able to write
86
+ # to the $GITHUB_WORKSPACE directory:
87
+ # https://docs.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners#docker-container-filesystem
88
+ - name : Rainbow still
89
+ run : >
90
+ docker run -v $PWD:/out nilsleiffischer/gwpv:latest
91
+ scene Examples/Rainbow/Still.yaml -o /out/Still
92
+ - name : Rainbow movie
93
+ run : >
94
+ docker run -v $PWD:/out nilsleiffischer/gwpv:latest
95
+ scene Examples/Rainbow/Rainbow.yaml
96
+ --render-movie-to-file /out/Rainbow --num-jobs 2
97
+ - name : Rainbow scenes
98
+ run : >
99
+ docker run -v $PWD:/out nilsleiffischer/gwpv:latest
100
+ scenes Examples/Rainbow/Scenes.yaml -o /out/Scenes --num-jobs 2
0 commit comments