From 0392567c46514a618a45d5f015d4e8f4bbcf33c9 Mon Sep 17 00:00:00 2001 From: cormullion Date: Sun, 16 Jul 2023 10:27:29 +0100 Subject: [PATCH] fix README and appveyor --- README.md | 3 +-- appveyor.yml | 10 ++++------ 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d595547..81a1d7a 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,7 @@ The image should be square (obviously!), and a JPG or 8 bit PNG. ``` using Mellan -mellanize("Mellan/test/mona.png", output="/tmp/mona.svg") - +mellanize(dirname(dirname(pathof(Mellan))) * "/test/mona.png", output="/tmp/mona.svg") ``` draws the image above. There are plenty of options to play with: diff --git a/appveyor.yml b/appveyor.yml index d3403fb..0a1389f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,8 +1,8 @@ environment: matrix: - - julia_version: 1.0 - - julia_version: 1.4 - - julia_version: latest + - julia_version: 1.6 + - julia_version: 1.9 + - julia_version: nightly platform: - x86 # 32-bit @@ -14,9 +14,6 @@ matrix: allow_failures: - julia_version: latest -cache: - - '%USERPROFILE%\.julia\artifacts' - branches: only: - master @@ -38,3 +35,4 @@ build_script: test_script: - echo "%JL_TEST_SCRIPT%" - C:\julia\bin\julia -e "%JL_TEST_SCRIPT%" + \ No newline at end of file