Skip to content
Closed

rebuild #6324

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion .github/workflows/source_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,28 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: ome/action-ice@v1
- name: Checkout repositories
run: |
cd ..
WORKSPACE=$(pwd)
echo "space="${WORKSPACE} >> $GITHUB_ENV
git clone -b dependency-updates https://github.com/jburel/ZarrReader
- name: Build ZarrReader
run: |
cd $space/ZarrReader
mvn install
- name: Install and run flake8
run: |
cd $space/openmicroscopy
pip install flake8
flake8 .
- name: Build
run: ./build.py
run: |
cd $space/openmicroscopy
./build.py
- name: Check .m2
run: ls -alR ${HOME}/.m2
- name: Rebuild
run: |
cd $space/openmicroscopy
./build.py clean && ./build.py
2 changes: 1 addition & 1 deletion etc/omero.properties
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,6 @@ versions.omero-blitz=5.5.10
versions.omero-common-test=5.5.9
versions.omero-gateway=5.6.9
versions.omero-scripts=5.6.2
versions.OMEZarrReader=0.2.0
versions.OMEZarrReader=0.2.1-SNAPSHOT
## Global overrides, if empty ignored
versions.bioformats=