]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
add dependencies
authorTobias Oetiker <tobi@oetiker.ch>
Wed, 14 Jul 2021 11:37:11 +0000 (13:37 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Jul 2021 11:37:11 +0000 (13:37 +0200)
.github/workflows/codeql-analysis.yml

index 5040b8a65d1b9084abfaa806d27a3ce4e8882280..424604b3fe0d84fdd6dc7fc42723f3c1ac5908e0 100644 (file)
@@ -63,9 +63,11 @@ jobs:
     #    and modify them (or add more) to build your code if your project
     #    uses a compiled language
 
-    #- run: |
-    #   make bootstrap
-    #   make release
-
+    - run: |
+      sudo apt-get install autopoint libdbi-dev libtool-bin tcl-dev lua5.1 liblua5.1-0-dev valgrind dc python-pip python-setuptools libpango1.0-dev ghostscript
+      sudo pip install cpp-coveralls
+      ./bootstrap
+      ./configure --disable-ruby
+      make
     - name: Perform CodeQL Analysis
       uses: github/codeql-action/analyze@v1