From 0710b87dc42ee86e647dd2cb5015bc2b7fdf8a53 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Fri, 27 Sep 2024 14:32:44 +0300 Subject: [PATCH 1/3] layout --- main.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.xsl b/main.xsl index bc48e74..5adb425 100644 --- a/main.xsl +++ b/main.xsl @@ -166,9 +166,9 @@ SOFTWARE. - + TPC - + From 1706c92960376f5acf65084137c8788945050ff2 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Tue, 8 Oct 2024 09:07:47 +0700 Subject: [PATCH 2/3] include --- cpp/interpreter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/interpreter.cpp b/cpp/interpreter.cpp index 0136c08..e7fd5be 100644 --- a/cpp/interpreter.cpp +++ b/cpp/interpreter.cpp @@ -19,6 +19,7 @@ // SOFTWARE. #include +#include #include "./main.h" From 5523e1f2a2756805b650df65b7aa901e0223f59b Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Tue, 8 Oct 2024 09:10:09 +0700 Subject: [PATCH 3/3] local --- .github/workflows/local.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/local.yml diff --git a/.github/workflows/local.yml b/.github/workflows/local.yml new file mode 100644 index 0000000..0392fb0 --- /dev/null +++ b/.github/workflows/local.yml @@ -0,0 +1,36 @@ +# Copyright (c) 2022-2024 Yegor Bugayenko +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. +--- +name: local +'on': + push: + branches: + - master + pull_request: + branches: + - master +jobs: + local: + runs-on: ubuntu-24.04 + steps: + - uses: actions/checkout@v4 + - run: sudo make install + - run: make env + - run: make -e FAST=1 INPUT=7