Fix FreeBSD CI (#539)
authorLi-Wen Hsu <lwhsu.github@lwhsu.org>
Sun, 9 Aug 2020 11:34:58 +0000 (19:34 +0800)
committerGitHub <noreply@github.com>
Sun, 9 Aug 2020 11:34:58 +0000 (12:34 +0100)
.cirrus.yml

index 1d6d8c147eb34703a9414aefaac2d82d79479f7f..e1fa3ee75fb9f5796f65bc62a7310cf993a3e2f2 100644 (file)
@@ -3,8 +3,8 @@
 task:
   name: FreeBSD
   freebsd_instance:
-    image: freebsd-12-0-release-amd64
-  install_script: pkg install -y meson ninja
+    image: freebsd-12-1-release-amd64
+  install_script: ASSUME_ALWAYS_YES=yes pkg bootstrap -f; pkg install -y meson ninja
   script:
     - mkdir build
     - cd build