good
This commit is contained in:
1
examples/cs2-silent-aim-master/.github/FUNDING.yml
vendored
Normal file
1
examples/cs2-silent-aim-master/.github/FUNDING.yml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
ko_fi: maecry22
|
||||
23
examples/cs2-silent-aim-master/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
23
examples/cs2-silent-aim-master/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: maecry
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
24
examples/cs2-silent-aim-master/.github/workflows/msbuild.yml
vendored
Normal file
24
examples/cs2-silent-aim-master/.github/workflows/msbuild.yml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
name: msbuild
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
permissions:
|
||||
contents: read
|
||||
jobs:
|
||||
build:
|
||||
runs-on: windows-2022
|
||||
strategy:
|
||||
matrix:
|
||||
toolset: [v143, ClangCL]
|
||||
configuration: [Debug, Release]
|
||||
steps:
|
||||
- name: setup actions
|
||||
uses: actions/checkout@v3
|
||||
- name: setup environment
|
||||
uses: microsoft/setup-msbuild@v1.1
|
||||
- name: build
|
||||
shell: cmd
|
||||
run: msbuild asphyxia.sln /p:Configuration=${{matrix.configuration}} /p:Platform=x64 /p:PlatformToolset=${{ matrix.toolset }}
|
||||
Reference in New Issue
Block a user