mirror of
https://github.com/github/codeql.git
synced 2026-07-01 17:45:36 +02:00
8 lines
210 B
Python
8 lines
210 B
Python
import runs_on
|
|
|
|
|
|
@runs_on.windows
|
|
def test(codeql, java, cwd, subst_drive):
|
|
drive = subst_drive(cwd / "code")
|
|
codeql.database.create(command=["javac test1.java", "kotlinc test2.kt"], source_root=drive)
|