All Projects → kevmoo → build_verify

kevmoo / build_verify

Licence: MIT license
A Dart package to verify that the build is up-to-date with respect to a git repository

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to build verify

docker-php
Docker build php development environment
Stars: ✭ 40 (+42.86%)
Mutual labels:  build
build-plugin-template
Template repository to create new Netlify Build plugins.
Stars: ✭ 26 (-7.14%)
Mutual labels:  build
rebuild
Zero-dependency, reproducible build environments
Stars: ✭ 48 (+71.43%)
Mutual labels:  build
source gen test
Test APIs to make it easier to create robust test for package:source_gen Generators
Stars: ✭ 16 (-42.86%)
Mutual labels:  dart-build-system
Nginx-builder
A tool to build deb or rpm package of required Nginx version from the source code, with the ability to connect third-party modules. Nginx parameters are set in the yaml configuration file.
Stars: ✭ 143 (+410.71%)
Mutual labels:  build
defold-deployer
Universal build && deploy script for Defold projects
Stars: ✭ 23 (-17.86%)
Mutual labels:  build
xcode-configure
This command can generate makefile to build xcode project in command line just like <configure & make & make install> in C/C++ language world.
Stars: ✭ 34 (+21.43%)
Mutual labels:  build
get-cmake
Install and Cache latest CMake and ninja executables for your workflows on your GitHub
Stars: ✭ 52 (+85.71%)
Mutual labels:  build
node-less-chokidar
Watch and build CSS from LESS, compatible with Create React App
Stars: ✭ 21 (-25%)
Mutual labels:  build
gradle-android-appiconoverlay
Plugin for Android Gradle to automatically overlay the app icon with the current git commit SHA1.
Stars: ✭ 64 (+128.57%)
Mutual labels:  build
build-stats
🏆 get the build stats for pipelines 🏆
Stars: ✭ 79 (+182.14%)
Mutual labels:  build
b2
B2 makes it easy to build C++ projects, everywhere.
Stars: ✭ 38 (+35.71%)
Mutual labels:  build
sphinx-markdown-builder
sphinx builder that outputs markdown files.
Stars: ✭ 135 (+382.14%)
Mutual labels:  build
napalm
Support for building npm packages in Nix and lightweight npm registry [maintainer @nmattia]
Stars: ✭ 80 (+185.71%)
Mutual labels:  build
ios-build-action
Build iOS project (.xcodeproj, .xcworkspace), export .ipa, optional upload to BrowserStack App Live.
Stars: ✭ 73 (+160.71%)
Mutual labels:  build
mopt
Babel plugin to optimize Mithril m() calls into simple JS objects for speed
Stars: ✭ 45 (+60.71%)
Mutual labels:  build
bulbo
🍹 Generate your static site with gulp plugins!
Stars: ✭ 14 (-50%)
Mutual labels:  build
mix script
A build tool which allows you to use mix packages in an elixir script
Stars: ✭ 16 (-42.86%)
Mutual labels:  build
ionic4-angular8-crud-mobileapps-example
Ionic 4 Angular 8 Tutorial: Learn to Build CRUD Mobile Apps
Stars: ✭ 20 (-28.57%)
Mutual labels:  build
open-electronics
📚 💻 Great Resources for Electronics Enthusiasts
Stars: ✭ 347 (+1139.29%)
Mutual labels:  build

Pub

Test utility to ensure generated Dart code within a package is up-to-date when using package:build.

Usage

Assuming your package is already configured to use package:build_runnerpub run build_runner build succeeds – then simply add a unit test to the test directory.

For example: test/ensure_build_test.dart containing:

import 'package:build_verify/build_verify.dart';
import 'package:test/test.dart';

void main() {
  test('ensure_build', expectBuildClean);
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].