summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/sessions/flatpak-autotools-build.run12
-rw-r--r--doc/sessions/flatpak-autotools-shell.run9
2 files changed, 21 insertions, 0 deletions
diff --git a/doc/sessions/flatpak-autotools-build.run b/doc/sessions/flatpak-autotools-build.run
new file mode 100644
index 000000000..83a1ac188
--- /dev/null
+++ b/doc/sessions/flatpak-autotools-build.run
@@ -0,0 +1,12 @@
+# Project directory
+directory: ../examples/flatpak-autotools
+
+# This takes a lot of space, limit it's height
+height: '350px'
+
+# Make sure it's fetched in the source cache
+prepare-commands:
+- fetch hello.bst
+
+# Build it with everything already fetched
+command: build hello.bst
diff --git a/doc/sessions/flatpak-autotools-shell.run b/doc/sessions/flatpak-autotools-shell.run
new file mode 100644
index 000000000..c1eaf903e
--- /dev/null
+++ b/doc/sessions/flatpak-autotools-shell.run
@@ -0,0 +1,9 @@
+# Project directory
+directory: ../examples/flatpak-autotools
+
+# Make sure it's fetched and built in the caches
+prepare-commands:
+- build hello.bst
+
+# Run it now that we know everything is built
+command: shell hello.bst -- hello