1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Update cmake.yml

This commit is contained in:
Sandu Liviu Catalin 2021-04-11 18:31:47 +03:00 committed by GitHub
parent b476be1bff
commit d10f2f7785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
name: CMake
on: [push]
on: [push, pull_request]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
@ -22,6 +22,18 @@ jobs:
# We'll use this as our working directory for all subsequent commands
run: cmake -E make_directory ${{github.workspace}}/build
- name: Install CURL
run: sudo apt-get libssl-dev libcurl4-openssl-dev
- name: Install MySQL
run: sudo apt-get libmysqlclient-dev
- name: Install Postgre SQL
run: sudo apt-get libpq-dev
- name: Install ZLib
run: sudo apt-get zlib1g-dev
- name: Configure CMake
# Use a bash shell so we can use the same syntax for environment variable
# access regardless of the host operating system