From 8089f5538ae4526a7b3d3f003e20b8c02b5449f4 Mon Sep 17 00:00:00 2001 From: Qizhen Zhang Date: Sun, 18 Aug 2024 21:12:23 +0800 Subject: [PATCH] Cleaning --- .github/workflows/codeql.yml | 1 - Build.cmd | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 Build.cmd diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5b3deb8..bcf0943 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -76,7 +76,6 @@ jobs: # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance. - run: | echo "Run, Build Application using script" - ./Build.cmd - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v2 diff --git a/Build.cmd b/Build.cmd deleted file mode 100644 index a0124ab..0000000 --- a/Build.cmd +++ /dev/null @@ -1,3 +0,0 @@ -cd DPDPU\Benchmarks\ -msbuild /p:Configuration=Release Benchmarks.sln -cd ..\.. \ No newline at end of file