Add GitHub Actions configuration (#201)
* new build system based on NUKE build * support test running on Linux
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
|
||||
sqlserver:
|
||||
image: mcr.microsoft.com/mssql/server:2019-CU8-ubuntu-16.04
|
||||
environment:
|
||||
- MSSQL_PID=Express
|
||||
- ACCEPT_EULA=Y
|
||||
- SA_PASSWORD=MyPassword!
|
||||
ports:
|
||||
- 1433:1433
|
||||
Reference in New Issue
Block a user