Skip to content

Commit

Permalink
chore: cleanup and refactor ci into reusable jobs (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon authored Feb 15, 2024
1 parent d927ff7 commit f5f079b
Show file tree
Hide file tree
Showing 129 changed files with 9,849 additions and 13,787 deletions.
4 changes: 3 additions & 1 deletion .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "CodeQL"

languages: java, javascript
languages: javascript-typescript

queries:
- uses: security-and-quality
Expand All @@ -13,3 +13,5 @@ paths-ignore:
- build
- samples
- tools/plugin
- packages/embedded
- packages/nfi
27 changes: 27 additions & 0 deletions .github/workflows/args.build.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
assemble
compileKotlin
-x check
-x test
-x jvmTest
-x jsTest
-x jsBrowserTest
-x nativeTest
-x nativeCompile
-x nativeOptimizedCompile
-x shadowJar
-x buildLayers
-x optimizedBuildLayers
-x optimizedJitJarAll
-x optimizedDistTar
-x optimizedDistZip
--scan
--configuration-cache
--build-cache
--no-daemon
--warning-mode=none
--dependency-verification=lenient
--stacktrace
-Pelide.ci=true
-PbuildSamples=false
-PbuildDocsSite=false
-PbuildDocs=false
21 changes: 21 additions & 0 deletions .github/workflows/args.test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
test
allTests
koverXmlReport
koverBinaryReport
koverVerify
copyCoverageReports
-x wasmJsTest
-x wasmWasiTest
-x wasmWasiNodeTest
-x detekt
--scan
--build-cache
--configuration-cache
--no-daemon
--warning-mode=none
--dependency-verification=lenient
-x apiCheck
-Pelide.ci=true
-PbuildSamples=false
-PbuildDocs=false
-PbuildDocsSite=false
Loading

0 comments on commit f5f079b

Please sign in to comment.