wip: add github ci config
authorgggeek <giunta.gaetano@gmail.com>
Mon, 6 Dec 2021 15:31:56 +0000 (15:31 +0000)
committergggeek <giunta.gaetano@gmail.com>
Mon, 6 Dec 2021 15:31:56 +0000 (15:31 +0000)
.github/workflows/ci.yml

index 0b75154..0c8a9e8 100644 (file)
@@ -23,14 +23,14 @@ jobs:
                 php: ['8.1', '8.0', '7.4', '7.3', '7.2', '7.1', '7.0', '5.6', '5.5', '5.4', '5.3']
         steps:
             -
-                #name: Set up PHP
                 uses: shivammathur/setup-php@v2
                 with:
                     php-version: ${{ matrix.php }}
                     extensions: curl
                     #tools: phpunit
-            -
-                #name: Hello World
-                run: 'php -v && env'
+            #-
+            #    run: 'php -v && env'
             -
                 uses: actions/checkout@v2
+            -
+                run: 'chmod 755 ./tests/ci/setup/*.sh && sudo ./tests/ci/setup/setup_perl.sh && sudo ./tests/ci/setup/setup_apache.sh && sudo ./tests/ci/setup/setup_privoxy.sh'