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: CONTRIBUTING.md
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,12 @@ from JDBC driver classes definitions.
7
7
Running the tests or building the documentation site requires connection to the example Postgres docker contains,
8
8
which you can spin up using docker-compose:
9
9
10
-
```
11
-
docker-compose up -d --force-update
12
-
```
13
-
14
-
or
15
-
16
10
```
17
11
docker compose up -d --force-recreate
18
12
```
19
13
14
+
Note: If you're using Apple Silicone Macbooks, you need to enable "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" since there is no ARM64 image for postgis yet.
15
+
20
16
After that, in SBT you can run `test` to run tests, and `makeSite` to build the doc site
21
17
22
18
If you're editing code generation related code, you should reload the SBT project and then run the `freeGen2` SBT task
0 commit comments