Skip to content

Add std::nothrow to new calls #316

Add std::nothrow to new calls

Add std::nothrow to new calls #316

Workflow file for this run

name: Build Docker Image CI
on:
push:
branches: [ master ]
paths-ignore:
- '**.md'
- '*COPYING'
- '*COPYING.CC0'
- '*COPYING.DOC'
- '*ffmpegfs.cbp'
- '*ffmpegfs.depend'
- '*ffmpegfs.pro'
- '*NEWS'
- '*TODO'
pull_request:
branches: [ master ]
paths-ignore:
- '**.md'
- '*COPYING'
- '*COPYING.CC0'
- '*COPYING.DOC'
- '*ffmpegfs.cbp'
- '*ffmpegfs.depend'
- '*ffmpegfs.pro'
- '*NEWS'
- '*TODO'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file docker/Dockerfile