Ruby-Generator: add --dbscheme and --library flags

This commit is contained in:
Arthur Baars
2021-07-21 16:23:43 +02:00
parent fc8f5919f3
commit fe868e4c05
9 changed files with 41 additions and 21 deletions

View File

@@ -47,7 +47,7 @@ jobs:
run: cargo build --release
- name: Generate dbscheme
if: ${{ matrix.os == 'ubuntu-latest' }}
run: target/release/ruby-generator
run: target/release/ruby-generator --dbscheme ql/src/ruby.dbscheme --library ql/src/codeql_ruby/ast/internal/TreeSitter.qll
- uses: actions/upload-artifact@v2
if: ${{ matrix.os == 'ubuntu-latest' }}
with: