-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit f846048
Add CI for macOS, test multiple Postgres versions, update base images (#145)
* Add macOS CI, use matrix to test many versions
Also update the `checkout` action and use the new `-ci` Vapor base images.
* Force Brew to symlink the new formula
Whoopsy - Brew refuses to link non-current versions of things by default, even if they don't conflict with anything.
* Just specify the full path to the executables
Why bother fighting with Homebrew over things, doesn't help.
* Helps to get the paths right
* Homebrew is an evil thing that makes life hard
Installing postgresql@12 is apparently guaranteed to fail because `libpq` gets in the way. I don't trust what removing it might do, and there's no way to tell Brew not to try linking on install, so just ignore failures of the install command. If it fails for real, the services command will fail anyway.
* Okay, I give up, just unlink libpq
* Apparently unlinking libpq doesn't work, just overwrite...
* Oh, and ignore errors ANYWAY because Brew is just awful
* Just throw the kitchen sink at it...
* Get rid of just a little repetition while getting rid of just a little repetition while fixing a typo or twenty1 parent 8952103 commit f846048
1 file changed
+28
-20
lines changedLines changed: 28 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | - | ||
6 | - | ||
7 | - | ||
8 | - | ||
9 | - | ||
10 | - | ||
11 | - | ||
12 | - | ||
13 | - | ||
14 | - | ||
15 | - | ||
16 | - | ||
17 | - | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
18 | 11 |
| |
19 | - | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
20 | 24 |
| |
21 | - | ||
22 | - | ||
23 | - | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
24 | 32 |
| |
25 | - | ||
33 | + | ||
26 | 34 |
| |
27 | 35 |
| |
28 | - | ||
36 | + | ||
29 | 37 |
| |
30 | 38 |
| |
31 | 39 |
| |
| |||
34 | 42 |
| |
35 | 43 |
| |
36 | 44 |
| |
37 | - | ||
45 | + | ||
38 | 46 |
| |
39 | 47 |
| |
40 | 48 |
|
0 commit comments