Skip to content

Commit

Permalink
Closes #59
Browse files Browse the repository at this point in the history
  • Loading branch information
checkroom committed Dec 11, 2024
1 parent 11199a8 commit 6eb9354
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ subprojects/*
/dist/
/node_modules/
/bun.lockb
/private
/logs
/.flatpak-builder
/private/
/logs/
/.flatpak-builder/

# Contains variables specific for the user
/docker/.env
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -298,4 +298,4 @@ pconf.generate(
description: 'VS fltk library (C interface only)',
url: 'https://github.com/KaruroChori/vs-fltk/',
version: meson.project_version(),
)
)
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"meson-setup.clang-release": "meson setup --prefix=/usr --reconfigure build/ --buildtype=release --native-file toolchains/clang.ini",
"meson-setup.clang-debug": "meson setup --prefix=/usr --reconfigure build/ --buildtype=debug --native-file toolchains/clang.ini",
"meson-setup.zig-release": "meson setup --prefix=/usr --reconfigure build/ --buildtype=release --native-file toolchains/zig.ini",
"meson-build": "meson compile -C build/",
"vs.example": "meson compile -C build/ vs:executable && VS_COMMONS_DIR=$(pwd)/build/commons/ ./build/vs run vs://examples/example-0.xml",
"test": "meson test -C build/ --suite=vs-fltk",
"benchmark": "meson test --benchmark -C build/ --suite=vs-fltk",
Expand Down
2 changes: 1 addition & 1 deletion test/fullstack/example-full/meson.build
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Run `VS_COMMONS_PATH=... VS_PROFILE=... vs test ./main.xml ./actions.xml`
# Run `VS_COMMONS_PATH=... VS_USER_PATH=... VS_PROFILE=... vs test ./main.xml ./actions.xml`
# Headless execution is not required but I expect it to be quite common

0 comments on commit 6eb9354

Please sign in to comment.