We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8fc35 commit dd08222Copy full SHA for dd08222
.github/bors.toml
@@ -2,6 +2,7 @@ status = [
2
"linting",
3
"build-frontend",
4
"build-docs",
5
+ "build-docker",
6
"test-windows",
7
"test-linux (sqlite)",
8
"test-linux (mariadb)",
.github/workflows/main.yml
@@ -142,6 +142,16 @@ jobs:
142
cd ESSArch_Core/docs
143
make html SPHINXOPTS="-W"
144
145
+ build-docker:
146
+ runs-on: ubuntu-latest
147
+ steps:
148
+ - uses: actions/checkout@v1
149
+
150
+ - name: Build
151
+ run: |
152
+ cd docker
153
+ docker-compose build essarch
154
155
test-windows:
156
runs-on: windows-latest
157
env:
0 commit comments