Skip to content

Commit

Permalink
Tests: environnement for LWC 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed Jul 24, 2024
1 parent 6e23fd4 commit eb6a663
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pgrouting/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<homepageURL>https://3liz.com</homepageURL>
</info>
<dependencies>
<module name="lizmap" minversion="3.8.0" maxversion="3.8.*"/>
<module name="lizmap" minversion="3.8.0-rc.3" maxversion="3.8.*"/>
</dependencies>
<autoload>
<namespacePathMap name="PgRouting" dir="lib/"/>
Expand Down
4 changes: 2 additions & 2 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LIZMAP_DIR=$(shell pwd)/lizmap
LIZMAP_USER_ID:=$(shell id -u)
LIZMAP_USER_GID:=$(shell id -g)

LIZMAP_VERSION_TAG:=3.8.0-rc.1
LIZMAP_VERSION_TAG:=3.8.0-rc.3
QGIS_VERSION_TAG:=ltr-rc
POSTGIS_VERSION_TAG:=14-3

Expand Down Expand Up @@ -59,7 +59,7 @@ env: dirs
EOF

run: stop env install-plugins
docker compose up
docker compose up -d

stop:
docker compose down || true
Expand Down
11 changes: 3 additions & 8 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,13 @@ make run

```

- call these commands if you are using Lizmap <=3.5
- Install the module and default rights

```bash
make import-lizmap-acl-3-5
```

- else call these commands if you are using Lizmap >=3.6

```bash
# install the module (for Lizmap 3.6+)
# install the module
make install-module

# Set default rights
make import-lizmap-acl
```

Expand Down

0 comments on commit eb6a663

Please sign in to comment.