mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
6 lines
238 B
Bash
Executable File
6 lines
238 B
Bash
Executable File
#!/bin/bash
|
|
rm -rf ql/src/test/test.testproj || true
|
|
rm -rf ql/lib/test/test.testproj || true
|
|
codeql database create ql/src/test/test.testproj -l yaml -s ql/src/test
|
|
codeql database create ql/lib/test/test.testproj -l yaml -s ql/lib/test
|