You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCKER.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Docker
2
2
3
-
In order to successfully test Qt.py against the different bindings of different versions, we use Travis-CI to run Docker containers based on [pre-built CentOS-based images](https://hub.docker.com/r/fredrikaverpil/qt.py/tags/).
3
+
In order to successfully test Qt.py against the different bindings of different versions, we use [Github Actions](https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration) to run Docker containers based on [pre-built CentOS-based images](https://hub.docker.com/r/fredrikaverpil/qt.py/tags/).
4
4
5
5
The Docker images follow the [VFX Reference Platform specifications](http://www.vfxplatform.com/) with some additionals, and are quite jam-packed.
6
6
@@ -24,10 +24,10 @@ The Docker images follow the [VFX Reference Platform specifications](http://www.
24
24
* PyQt5<sup>1</sup>
25
25
* PySide2<sup>1</sup>
26
26
27
-
<sup>1</sup> Per specification from VFX Platform
28
-
<sup>2</sup> Adds possibility to faster clone large repositories
29
-
<sup>3</sup> cmake 3.x required to build PySide2
30
-
<sup>4</sup> Required for Qt.py testing
27
+
<sup>1</sup> Per specification from VFX Platform
28
+
<sup>2</sup> Adds possibility to faster clone large repositories
Now both you and Travis are operating on the same assumptions which means that when the tests pass on your machine, they pass on Travis. And everybody wins!
577
+
Now both you and Github Actions are operating on the same assumptions which means that when the tests pass on your machine, they pass on Github Actions. And everybody wins!
573
578
574
579
For details on the Docker image for testing, see [`DOCKER.md`](DOCKER.md).
0 commit comments