From 5fd4b4043c0f0adcf7e874333e519cb457c1d5c7 Mon Sep 17 00:00:00 2001 From: violincase13 Date: Sat, 21 Oct 2023 18:42:29 +0300 Subject: [PATCH] Add lang C++ to run.yaml Add C++ --- scripts/run.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/run.yaml b/scripts/run.yaml index 9ca517b..ba4d2f0 100644 --- a/scripts/run.yaml +++ b/scripts/run.yaml @@ -14,3 +14,8 @@ runs: command: /usr/bin/sqlite3 memory: 64 networking: False + - name: helloworld-cpp + rootfs: ../dynamic-apps/lang/c++/helloworld + command: /helloworld + memory: 64 + networking: False \ No newline at end of file