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:
parent
b476be1bff
commit
d10f2f7785
14
.github/workflows/cmake.yml
vendored
14
.github/workflows/cmake.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: CMake
|
name: CMake
|
||||||
|
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
# 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
|
# We'll use this as our working directory for all subsequent commands
|
||||||
run: cmake -E make_directory ${{github.workspace}}/build
|
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
|
- name: Configure CMake
|
||||||
# Use a bash shell so we can use the same syntax for environment variable
|
# Use a bash shell so we can use the same syntax for environment variable
|
||||||
# access regardless of the host operating system
|
# access regardless of the host operating system
|
||||||
|
Loading…
Reference in New Issue
Block a user